Skip to content

Commit eb22e1b

Browse files
committed
Update CONTRIBUTING.md
1 parent 4673c23 commit eb22e1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Follow these steps:
1414
Releasing a new version
1515
=======================
1616

17-
1. Update bower version in the `bower.json` file
18-
2. Update npm module version in the `package.json` file, using `npm version`
17+
1. Update npm module version in the `package.json` file, using `npm version`
18+
2. Update bower version in the `bower.json` file to match the version from the npm package. Amend the commit generated in step 1.
19+
3. Push with tags: `git push --follow-tags`
1920
3. Draft a new release
2021
4. Generate the docs
2122
5. Profit

0 commit comments

Comments
 (0)