Skip to content

Commit

Permalink
Fix release notes (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons authored Jul 28, 2023
1 parent 8ae0c02 commit 93710a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Merge that, then:
git checkout main
git pull
git tag <### vX.X.X ###>
git push <### vX.X.X ###>
git push --tags
npm run build
npm publish
```

0 comments on commit 93710a6

Please sign in to comment.