Add Workflow - release.yml
parent
5803e39b59
commit
88762136cd
1 changed files with 13 additions and 0 deletions
13
Workflow - release.yml.-.md
Normal file
13
Workflow - release.yml.-.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
In .forgejo/workflows/release.yml its defined a automated workflow for releasing a version.
|
||||
|
||||
The steps to start is:
|
||||
|
||||
- Goto branches (https://git.oguerreiro.com/root/resilient/branches)
|
||||
- Create a new branch (from master)
|
||||
- With name : release/<release_number>
|
||||
- Goto Actions (https://git.oguerreiro.com/root/resilient/actions)
|
||||
- A new workflow should be running
|
||||
|
||||
When it ends, an artifact is added to the actions run page, a zip containing the resilien<release_version>.jar, with name app-backend.
|
||||
The workflow will automatically change the pom.xml version of the branch, by removing the "-SNAPSHOT" prefix.
|
||||
In the end, the workflow will automatically will also change the pom.xml version of the master, by incrementing the SNAPSHOT version.
|
Loading…
Add table
Add a link
Reference in a new issue