diff --git a/Home.md b/Home.md index b968ee2..806434d 100644 --- a/Home.md +++ b/Home.md @@ -33,12 +33,25 @@ Located in \ide\eclipse\formatter 2. Run Configs: Run → Run Configurations → Import... Located in \ide\eclipse\run-configs -### Nake a release (with automated Forgejo actions) +### Make a release (with automated Forgejo actions) + +See workflow configuration file: master/.forgejo/workflows/release.yml 1. Create a new branch in release/* -2. Check progress in Fogejo Actions : https://git.oguerreiro.com/root/resilient/actions -3. Make check validations - -- pom.xml : the version have advanced ? +- Goto https://git.oguerreiro.com/root/resilient/branches +- Create a new branch from master +- Name it : release/v1.0.99 (assuming current version: 1.0.99-SNAPSHOT) +2. Fogejo Actions should fire +- Goto https://git.oguerreiro.com/root/resilient/actions +- See the running workflow +- Wait until it ends +3. Release validations +- Branch release/v1.0.99 + - 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 + - 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