Skip to content

Commit a27353c

Browse files
committed
Add bower.json to release instructions
1 parent 52e76de commit a27353c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ cutting new releases.
169169

170170
1. Include all new functional changes in the CHANGELOG.
171171
2. Use a dedicated commit to increment the version. The version needs to be
172-
added to the CHANGELOG (inc. date), and edited in the README,
173-
`component.json`, and `normalize.css` files.
172+
added to the CHANGELOG (inc. date), and the `bower.json`, `component.json`,
173+
and `normalize.css` files.
174174
3. The commit message must be of `v0.0.0` format.
175175
4. Create an annotated tag for the version: `git tag -m "v0.0.0" v0.0.0`.
176176
5. Push the changes and tags to GitHub: `git push --tags origin master`

0 commit comments

Comments
 (0)