diff --git a/README.md b/README.md index a198369..ea93c2a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 3a6dd83..ace8c78 100644 --- a/package.json +++ b/package.json @@ -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"