We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fbb4c commit 5ef0b26Copy full SHA for 5ef0b26
release.sh
@@ -7,7 +7,7 @@ echo "publish to npm"
7
npm publish
8
# tag on github
9
echo "create tag ${package_version}"
10
-git ci -a -m "Package version ${package_version}"
+git ci -a -m "Package version ${package_version}" --allow-empty
11
git tag -a $package_version -m "Release of version $package_version"
12
git push --tags
13
# done
0 commit comments