Skip to content

Commit

Permalink
update relase instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jul 26, 2016
1 parent c793a96 commit 89f1b58
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,13 +322,9 @@ If you have a question about usage you can post in the [gitter channel](https://

#### Releasing

* Update version in `package.json`
* `npm run update-changelog`
* commit with message `v<version>` (e.g. "v0.9.0")
* `npm run build`
* `git tag v<version>`
* `git push <origin> --follow-tags`
* `npm publish`
* Use `np` (`npm install -g np`)
* `np <version>` (e.g. `np 0.12.0`)
* `git push <origin> --tags`

#### Deploy the demo

Expand Down

0 comments on commit 89f1b58

Please sign in to comment.