From b15172e3a97a17231b5530b9616fb8a7c0cb9095 Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Sat, 29 Jun 2024 12:28:32 +1000 Subject: [PATCH] Record notes on what not to forget when doing a release --- HACKING | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 HACKING diff --git a/HACKING b/HACKING new file mode 100644 index 0000000..3ba5600 --- /dev/null +++ b/HACKING @@ -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