Skip to content

Commit

Permalink
Merge pull request #9 from PAYONE-GmbH/refactor/version-script
Browse files Browse the repository at this point in the history
chore: add git tagging
  • Loading branch information
Blackfaded authored Aug 22, 2024
2 parents cad0cae + ea51417 commit 22816a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ version() {
echo "Updated $SERVER_META_INFO_TEST_PATH with version $NEW_VERSION"
npm run changelog
git add CHANGELOG.md
git tag -a v$NEW_VERSION -m "Version $NEW_VERSION"
echo "Updated CHANGELOG.md"
}

Expand Down

0 comments on commit 22816a3

Please sign in to comment.