diff options
author | Nicolas Gallagher <nicolasgallagher@gmail.com> | 2013-05-11 13:51:45 -0700 |
---|---|---|
committer | Nicolas Gallagher <nicolasgallagher@gmail.com> | 2013-05-11 13:57:02 -0700 |
commit | f74e43083330faa9d6b8b223a8b60f12d32d8da2 (patch) | |
tree | 9ef1fbd17d20c0f0d528e04777cae34d0cf88a92 /CONTRIBUTING.md | |
parent | 71d6cdc9a85ac70da6d3208e397fcb5b1c0ad960 (diff) | |
download | normalize.css-f74e43083330faa9d6b8b223a8b60f12d32d8da2.tar.gz normalize.css-f74e43083330faa9d6b8b223a8b60f12d32d8da2.zip |
Add `bower.json` to release instructions
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82bab9a..4c526bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -169,8 +169,8 @@ cutting new releases. 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 CHANGELOG (inc. date), and edited in the README, - `component.json`, and `normalize.css` files. + added to the CHANGELOG (inc. date), and the `bower.json`, `component.json`, + and `normalize.css` 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" v0.0.0`. 5. Push the changes and tags to GitHub: `git push --tags origin master` |