Skip to content

Commit

Permalink
Testing the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrodi committed Nov 21, 2024
1 parent e7c8d13 commit 1b9ccc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
mvn -B versions:set -DnewVersion=$new_version -f mobidam-sst-management-backend/pom.xml
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git branch release-$new_version
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"
gh pr create --title "Bump backend version to $new_version" --base sprint --head --reviewer it-at-m/mobidam_admin --body "Bump backend version to $new_version after Release build"

0 comments on commit 1b9ccc1

Please sign in to comment.