Skip to content

Commit

Permalink
Record notes on what not to forget when doing a release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Jun 29, 2024
1 parent 23ff839 commit b15172e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions HACKING
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Notes to self, more than anything else
======================================

Releases
--------

1. Bump the version number. Maj.min.rev but when only making changes to the
ancillary tools, rev is fine.
2. Set the version number in factory.js (near the end)
3. Set the version number in package.json
4. Make sure whatsnew.md has the correct heading
5. Commit. Tag the release "vX.Y.Z". Push the commit and the tag.
6. npm publish

0 comments on commit b15172e

Please sign in to comment.