Skip to content

Commit 22816a3

Browse files
authored
Merge pull request #9 from PAYONE-GmbH/refactor/version-script
chore: add git tagging
2 parents cad0cae + ea51417 commit 22816a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ version() {
6363
echo "Updated $SERVER_META_INFO_TEST_PATH with version $NEW_VERSION"
6464
npm run changelog
6565
git add CHANGELOG.md
66+
git tag -a v$NEW_VERSION -m "Version $NEW_VERSION"
6667
echo "Updated CHANGELOG.md"
6768
}
6869

0 commit comments

Comments
 (0)