Skip to content

Instantly share code, notes, and snippets.

@ClausPolanka
Created July 11, 2020 22:32
Show Gist options
  • Save ClausPolanka/74225d25dcffccbf4b47a3ca8147eb21 to your computer and use it in GitHub Desktop.
Save ClausPolanka/74225d25dcffccbf4b47a3ca8147eb21 to your computer and use it in GitHub Desktop.
That's how i built a release via maven for my github-pr-factory project
in master: mvn release:branch -B -DbranchName=release/1.0.x -DreleaseVersion=1.0.0 -DdevelopmentVersion=1.1.0-SNAPSHOT
in release-branch: mvn release:prepare -B -Dtag=github-pr-factory-1.0.0 -DreleaseVersion=1.0.0
in master: mvn release:perform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment