Skip to content

Commit f3687c0

Browse files
committed
fixes release script
1 parent 352bc8f commit f3687c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# Example: ./scripts/release v0.0.0 "Release Notes Message ..."
99

1010
set -ex
11+
git tag -s -m ${2} ${1}
12+
git push --tags
1113
github_changelog_generator
1214
git commit CHANGELOG.md -m "updates changelog for ${1}"
1315
git push origin master
14-
git tag -s -m ${2} ${1}
15-
git push --tags
1616
git release create ${1} -m ${2} -t master

0 commit comments

Comments
 (0)