Skip to content

Commit

Permalink
Merge pull request #437 from axonivy/releaseDrafter
Browse files Browse the repository at this point in the history
document; how to publish draft-release
  • Loading branch information
ivy-rew authored Jun 10, 2024
2 parents c4f707c + 3e8dd8c commit 4ac678d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ mvn versions:set -DnewVersion=10.0.0-SNAPSHOT -DprocessAllModules -DgenerateBack

Wait until the maven central release is available: this may take several hours until it's fully distributed.

- Publish the latest [draft release](https://github.com/axonivy/project-build-plugin/releases) do preserve the current changelog.
- Select the tag which was created for this release by the release-pipeline
- Verify that the title is correct
- Set the release as 'latest release'
- Publish it
- Raise project-build-plugin in other repos by triggering this [build](https://jenkins.ivyteam.io/view/jobs/job/github-repo-manager_raise-build-plugin-version/job/master/)
- Merge the generated PRs on GitHub
- If you prepared for a new release train: update the default engine version in the [AbstractEngineMojo](src/main/java/ch/ivyteam/ivy/maven/AbstractEngineMojo.java#L42)
Expand Down

0 comments on commit 4ac678d

Please sign in to comment.