Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Apr 17, 2020
1 parent e14a3a6 commit 779f66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo "Generating chglog"
git-chglog --next-tag $TAG -o CHANGELOG.md
git commit -am "release $TAG"
echo "Creating tags"
git tag -a m "Release ${TAG}" $TAG
git tag -a -m "Release ${TAG}" $TAG



0 comments on commit 779f66d

Please sign in to comment.