From 3e8dd8cfcbe8535ae8c4e3207fef682ab65b0bf5 Mon Sep 17 00:00:00 2001 From: Reguel Wermelinger Date: Mon, 10 Jun 2024 13:35:09 +0200 Subject: [PATCH] document; how to publish draft-release --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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)