Skip to content

Commit

Permalink
update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jul 19, 2016
1 parent 33ceb82 commit 9e06a5f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,9 @@ The component will be provided with the following `attrs`:

Releasing a new version:

* update version in `package.json` and `addon/version.js`
* `npm run update-changelog`
* `git commit -am "v<versionNumber>"`
* `git tag v<versionNumber>`
* Use `np` (`npm install -g np`)
* `np <version>` # e.g. `np 0.5.1`
* `git push origin --tags`
* `npm publish`

To get started:

Expand Down

0 comments on commit 9e06a5f

Please sign in to comment.