Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a release plugin #28

Closed
yannick-roeder opened this issue Mar 27, 2023 · 1 comment · Fixed by #48
Closed

Create a release plugin #28

yannick-roeder opened this issue Mar 27, 2023 · 1 comment · Fixed by #48

Comments

@yannick-roeder
Copy link
Member

The plugin should apply and configure the following plugins:

  • net.researchgate.release
  • org.hildan.github.changelog

Addtionally it should allow disabling push to remote through a property disablePushToRemote when releasing:

project.extensions.disablePushToRemote = project.hasProperty("disablePushToRemote") ? project.disablePushToRemote : false
project.release {
    git {
        pushToRemote.set(project.disablePushToRemote.toBoolean() ? false : "origin")
    }
}
@philipp94831
Copy link
Member

I think we don't use the changelog plugin anymore but the release plugin would still be much appreciated

philipp94831 added a commit that referenced this issue Mar 1, 2024
philipp94831 added a commit that referenced this issue Mar 1, 2024
philipp94831 added a commit that referenced this issue Mar 1, 2024
philipp94831 added a commit that referenced this issue Mar 1, 2024
philipp94831 added a commit that referenced this issue Mar 1, 2024
philipp94831 added a commit that referenced this issue Mar 4, 2024
philipp94831 added a commit that referenced this issue Mar 4, 2024
philipp94831 added a commit that referenced this issue Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants