This commit is contained in:
@@ -14,7 +14,7 @@ if [ "${CONFIRM}" != "Y" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
git commit -am "chore: bump version to ${VERSION}"
|
||||
git commit --allow-empty -am "chore: bump version to ${VERSION}"
|
||||
git tag -am "Version ${VERSION}" "${VERSION}"
|
||||
|
||||
echo Press Y to push commit and tag
|
||||
|
||||
Reference in New Issue
Block a user