Skip to content

Commit

Permalink
EPMRPP-87604 || Set version fragment to patch after release
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Jan 19, 2024
1 parent 93d4b60 commit 1e69337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
git checkout develop
git merge master -Xtheirs --allow-unrelated-histories
echo "${{ steps.bumpSnapshotVersion.outputs.next-version }}-SNAPSHOT" > ${{ env.versionFileName }}
echo "patch" > ${{ env.versionFragmentFileName }}
git status
git add ${{ env.versionFileName }}
git commit -m "${{ needs.calculate-version.outputs.releaseVersion }} -> ${{ steps.bumpSnapshotVersion.outputs.next-version }}-SNAPSHOT"
Expand Down

0 comments on commit 1e69337

Please sign in to comment.