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 1dc14f0 commit 24f0c11Copy full SHA for 24f0c11
release.sh
@@ -6,7 +6,7 @@ package_version=$(cat package.json | jq -r '.version')
6
7
# tag on github
8
echo "create tag ${package_version}"
9
-git ci -a -m "Package version ${package_version}" --allow-empty
+git commit -a -m "Package version ${package_version}" --allow-empty
10
git tag -a $package_version -m "Release of version $package_version"
11
git push --tags
12
0 commit comments