diff --git a/README.md b/README.md index 85874a25..741df250 100644 --- a/README.md +++ b/README.md @@ -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)