Skip to content

Commit

Permalink
chore(): improve release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Sep 5, 2018
1 parent ba92293 commit 9c1a13f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -128,4 +128,6 @@ When you're ready to release a new version, run the following commands:

1. npm version (patch|minor|major)
2. npm run build
3. npm publish
3. commit and push: `git push origin master --tags`
4. cd dist
5. npm publish

0 comments on commit 9c1a13f

Please sign in to comment.