Update Home
parent
6f8f2b8050
commit
7bccb24288
1 changed files with 18 additions and 5 deletions
23
Home.md
23
Home.md
|
@ -33,12 +33,25 @@ Located in <project>\ide\eclipse\formatter
|
|||
2. Run Configs: Run → Run Configurations → Import...
|
||||
Located in <project>\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 `<version>1.0.99</version>` 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 `<version>1.0.100-SNAPSHOT</version>` with SNAPSHOT and incremented
|
||||
- a tag was added with the name `v1.0.99`
|
||||
|
||||
4.
|
Loading…
Add table
Add a link
Reference in a new issue