From 88762136cdbfded52e439e32f1776131117c606c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Jun 2025 19:11:03 +0100 Subject: [PATCH] Add Workflow - release.yml --- Workflow - release.yml.-.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Workflow - release.yml.-.md diff --git a/Workflow - release.yml.-.md b/Workflow - release.yml.-.md new file mode 100644 index 0000000..ebf57ae --- /dev/null +++ b/Workflow - release.yml.-.md @@ -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/ +- 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.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. \ No newline at end of file