Update Home
parent
43642fb37e
commit
a364867a07
1 changed files with 6 additions and 5 deletions
11
Home.md
11
Home.md
|
@ -50,9 +50,14 @@ See workflow configuration file: master/.forgejo/workflows/release.yml
|
|||
- 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
|
||||
- Branch 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`
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue