Skip to content

Commit bca9cc4

Browse files
Fix release instructions
1 parent 4053e2e commit bca9cc4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

PACKAGE.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Verify things have gone well and then push the change and tag:
99

1010
git commit -a -m "Update version"
1111
git push
12+
13+
git tag X.Y.Z
1214
git push origin X.Y.Z
1315

1416
GitHub CI Actions are used to automatically build a draft package whenever a tag is pushed to repo.

version.sh

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
tmp=$(mktemp)
33
jq '.version = "'$1'"' ./package.json > "$tmp"
44
mv "$tmp" ./package.json
5-
git tag $1

0 commit comments

Comments
 (0)