-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Record notes on what not to forget when doing a release
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |