diff --git a/Home.md b/Home.md
index b1296d1..f21c5ef 100644
--- a/Home.md
+++ b/Home.md
@@ -50,9 +50,14 @@ See workflow configuration file: master/.forgejo/workflows/release.yml
- pom.xml, the version must be `1.0.99` without SNAPSHOT
- an artifact was attached to the workflow run, with the name: `app-backend`
- download the artifact and check contents. It mus be a valid ZIP file.
-- master
+- Branch 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`
+- A Forgejo Release has been create
+ - Goto https://git.oguerreiro.com/root/resilient/releases
+ - The release "Release v1.0.99" was created ?
+ - The JAR is attached ?
+ - The description have a list of issues resolved ?
4. Post release
After the (successfull) release, the Milestone must be closed.
- Goto https://git.oguerreiro.com/root/resilient/milestones
@@ -62,10 +67,6 @@ After the (successfull) release, the Milestone must be closed.
- Evaluate if all associated issues are closed
- If not, move the unresolved issues to another milestone
- Click the action "Close"
-- Goto https://git.oguerreiro.com/root/resilient/tags
- - Create a new release, using the "New release" link in the release tag (v1.0.99)
- - Attach the generated artifact
- - Publish the release
- In working Eclipse Workspace make PULL (this prevents future conflits, and updates the pom version)
### Revert release