We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271dde8 commit 628e211Copy full SHA for 628e211
build/release.sh
@@ -39,6 +39,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
39
git commit -m "chore: add changelog $VERSION"
40
41
# publish
42
+ git tag v$VERSION
43
git push origin refs/tags/v$VERSION
44
git push
45
if [[ -z $RELEASE_TAG ]]; then
0 commit comments