Skip to content

Commit

Permalink
Fix release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Jun 21, 2024
1 parent 4053e2e commit bca9cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Verify things have gone well and then push the change and tag:

git commit -a -m "Update version"
git push

git tag X.Y.Z
git push origin X.Y.Z

GitHub CI Actions are used to automatically build a draft package whenever a tag is pushed to repo.
Expand Down
1 change: 0 additions & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
tmp=$(mktemp)
jq '.version = "'$1'"' ./package.json > "$tmp"
mv "$tmp" ./package.json
git tag $1

0 comments on commit bca9cc4

Please sign in to comment.