diff options
Diffstat (limited to 'scripts/jenkins/bump-remove-snapshot.sh')
| -rwxr-xr-x | scripts/jenkins/bump-remove-snapshot.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/jenkins/bump-remove-snapshot.sh b/scripts/jenkins/bump-remove-snapshot.sh index fb7c79b9..9fafb334 100755 --- a/scripts/jenkins/bump-remove-snapshot.sh +++ b/scripts/jenkins/bump-remove-snapshot.sh @@ -16,5 +16,5 @@ echo "-- local version: $VERSION"  echo "-- commit and tag with v$VERSION"  git add package.json -git commit -m "chore(release): v$VERSION" +git commit -m "chore(release): cut v$VERSION release"  git tag -m "v$VERSION" v$VERSION | 
