From e7c8d13673465e815bed857d34a5dc9f29d63e10 Mon Sep 17 00:00:00 2001 From: Mirna Rodic Date: Thu, 21 Nov 2024 14:25:46 +0100 Subject: [PATCH] Testing the release workflow --- .github/workflows/release-build-backend.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-build-backend.yml b/.github/workflows/release-build-backend.yml index 366d1cb..5379b2c 100644 --- a/.github/workflows/release-build-backend.yml +++ b/.github/workflows/release-build-backend.yml @@ -111,4 +111,5 @@ jobs: git config --global user.email "github-actions@github.com" git config --global user.name "GitHub Actions" git add mobidam-sst-management-backend/pom.xml + git commit -m "Bump backend sprint version to $new_version" gh pr create --title "Bump backend version to $new_version" --base sprint --reviewer it-at-m/mobidam_admin --body "Bump backend version to $new_version after Release build" \ No newline at end of file