Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
Fix up readme about release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Dec 15, 2015
1 parent 15bdfc1 commit c19444c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ For a simple xpi and post, use:

## Releasing new jpm versions

For releasing a new version, ensure you have `release-it` via npm, which creates an incremental version commit, pushes to GH, and npm, and adds a tag. If you want to do a minor or major release as opposed to the default patch release, [check out release-it's documentation](https://github.com/webpro/release-it#usage-examples) on how to do it (it's easy).
For releasing a new version, use the `release-it` command (installed when you run `npm install`) which creates an incremental version commit, pushes to GH, and npm, and adds a tag. If you want to do a minor or major release as opposed to the default patch release, [check out release-it's documentation](https://github.com/webpro/release-it#usage-examples) on how to do it (it's easy).

```
$ cd PATH_TO_JPM_REPO
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"glob": "5.0.3",
"husky": "^0.10.1",
"mocha": "2.3.4",
"release-it": "2.3.1",
"rimraf": "2.3.2",
"teacher": "0.0.1",
"xmldom": "0.1.19"
Expand Down

0 comments on commit c19444c

Please sign in to comment.