1 Workflow - release.yml
root edited this page 2025-06-11 19:11:03 +01:00

In .forgejo/workflows/release.yml its defined a automated workflow for releasing a version.

The steps to start is:

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.