We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4053e2e commit bca9cc4Copy full SHA for bca9cc4
PACKAGE.md
@@ -9,6 +9,8 @@ Verify things have gone well and then push the change and tag:
9
10
git commit -a -m "Update version"
11
git push
12
+
13
+ git tag X.Y.Z
14
git push origin X.Y.Z
15
16
GitHub CI Actions are used to automatically build a draft package whenever a tag is pushed to repo.
version.sh
@@ -2,4 +2,3 @@
2
tmp=$(mktemp)
3
jq '.version = "'$1'"' ./package.json > "$tmp"
4
mv "$tmp" ./package.json
5
-git tag $1
0 commit comments