Update CONTRIBUTING.md

Removed some irrelevant information.
This commit is contained in:
Chris Bracco
2014-04-09 18:49:23 -04:00
parent 557ee5c23b
commit 7856bae2a3

View File

@@ -108,7 +108,7 @@ cutting new releases.
### Releasing a new version
1. Include all new functional changes in the CHANGELOG.
2. Use a dedicated commit to increment the version. The version needs to be added to the `README.md`, `CHANGELOG.md` (inc. date), `bower.json`, `package.json`, and `css/main.css` files.
2. Use a dedicated commit to increment the version. The version needs to be added to the `README.md` and `CHANGELOG.md` (inc. date) files.
3. The commit message must be of `v0.0.0` format.
4. Create an annotated tag for the version: `git tag -m "v0.0.0" 0.0.0`.
5. Push the changes and tags to GitHub: `git push --tags origin master`