Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit f4eed11

Browse files
committed
Generate "jscs-browser.js" only during publishing
Fixes #466
1 parent 7ad7636 commit f4eed11

5 files changed

Lines changed: 27 additions & 10965 deletions

File tree

MAINTAIN.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,11 @@ Preparing for a new version
7676
4. new options.
7777
5. bug fixes.
7878
6. infrastructure or docs changes.
79-
3. Update browser-version: `npm run-script browserify`.
80-
4. Commit under message: `Prepare for version x.x.x`.
81-
5. Set a new version and tag: `npm version x.x.x`.
82-
6. Push changes and tags: `git push && git push --tags`.
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!
79+
3. Commit under message: `Prepare for version x.x.x`.
80+
4. Set a new version and tag: `npm version x.x.x`.
81+
5. Push changes and tags: `git push && git push --tags`.
82+
6. Temporarily remove (but do not commit) the notice in README.md about the docs being the "development version".
83+
7. Ask @mdevils to publish new package for specified tag, or use `npm publish` if you have privileges.
84+
8. Add back the "development version" notice to the README.md file.
85+
9. Tweet or otherwise promote the fact that a new version has been released with a link to the changelog and npm download page.
86+
10. Done!

0 commit comments

Comments
 (0)