Skip to content

Commit

Permalink
match package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorris committed Dec 11, 2013
1 parent bdbf2eb commit 0bfc91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ All pull requests should be proposed to the [master](https://github.com/prose/pr
7. `git commit`
8. `git push`
9. `git checkout master`
10. Tag the release in `master` using `git tag` in the format `vX.Y.Z`
10. Tag the release in `master` using `git tag` according to [semver](https://semver.org/) in the format `vX.Y.Z`. This should match the version in `package.json`.
11. Push tag to GitHub using `git push --tags`

## Building / Installing
Expand Down

0 comments on commit 0bfc91f

Please sign in to comment.