Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
darahayes committed Jul 31, 2017
1 parent 9c86bdb commit 1b9ba6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We are currently supporting node 6 and testing on node versions 6 and 7.
11. Run `npm run test` and ensure testing and linting passes.
12. Run `npm shrinkwrap`.
13. Run `npm run swagger-gen` to regenerate the Swagger documentation for the Udaru [documentation site][docs-site].
14. Run `git add` and `git commit` to commit any version and documnetation changes if there are any.
14. Run `git add` and `git commit` to commit any version and documentation changes if there are any.
15. Run `npm version x.x.x -m "version x.x.x"` where `x.x.x` is the version.
16. Run `git push upstream master --tags`
17. Run `npm publish`
Expand Down

0 comments on commit 1b9ba6d

Please sign in to comment.