This repository was archived by the owner on Mar 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -68,10 +68,20 @@ Preparing for a new version
6868 For new features update minor version (and reset patch version to zero).
6969 For backwards incompatible changes you should update major version,
7070 but be sure to discuss changes with other maintainers.
71- 2 . Write changes to ` CHANGELOG.md ` .
71+ 2 . Write changes to ` CHANGELOG.md ` : ` npm run-script changelog ` .
72+ Be sure to clean up the changelog so that changes are listed in following order:
73+ 1 . breaking changes.
74+ 2 . preset updates.
75+ 3 . new rules.
76+ 4 . new options.
77+ 5 . bug fixes.
78+ 6 . infrastructure or docs changes.
72793 . Update browser-version: ` npm run-script browserify ` .
73804 . Commit under message: ` Prepare for version x.x.x ` .
74815 . Set a new version and tag: ` npm version x.x.x ` .
75826 . Push changes and tags: ` git push && git push --tags ` .
76- 7 . Ask @mdevils to publish new package for specified tag.
77- 8 . Done!
83+ 7 . Temporarily remove (but do not commit) the notice in README.md about the docs being the "development version".
84+ 8 . Ask @mdevils to publish new package for specified tag, or use ` npm publish ` if you have privileges.
85+ 9 . Add back the "development version" notice to the README.md file.
86+ 10 . Tweet or otherwise promote the fact that a new version has been released with a link to the changelog and npm download page.
87+ 11 . Done!
You can’t perform that action at this time.
0 commit comments