diff --git a/Home.md b/Home.md index 806434d..2a9c5ec 100644 --- a/Home.md +++ b/Home.md @@ -53,5 +53,13 @@ See workflow configuration file: master/.forgejo/workflows/release.yml - master - pom.xml, the version must be `1.0.100-SNAPSHOT` with SNAPSHOT and incremented - a tag was added with the name `v1.0.99` - -4. \ No newline at end of file +4. Post release +After the (successfull) release, the Milestone must be closed. +- Goto https://git.oguerreiro.com/root/resilient/milestones +- Create the next milestone: 1.0.100 +- Close the released milestone + - Search for the Milestone 1.0.99 + - Evaluate if all associated issues are closed + - If not, move the unresolved issues to another milestone + - Click the action "Close" +- In working Eclipse Workspace make PULL (this prevents future conflits, and updates the pom version)