不要怂,就是干,撸起袖子干!

Commit 352725bb by Mick Hansen

[ci skip] add npm publishing notes

1 parent a5d30551
Showing with 10 additions and 0 deletions
......@@ -177,3 +177,13 @@ var num = 1
#### 6.3. Semicolons ####
Yes
# Publishing to NPM
1. Ensure that latest build on master is green
2. Ensure your local code is up to date (`git pull origin master`)
3. `npm version patch|minor|major` (see SemVer)
4. Update changelog to match version number, commit changelog
5. `git push --tags origin master`
6. `npm publish .`
7. Copy changelog for version to release notes for version on github
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!