We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4673c23 commit eb22e1bCopy full SHA for eb22e1b
CONTRIBUTING.md
@@ -14,8 +14,9 @@ Follow these steps:
14
Releasing a new version
15
=======================
16
17
-1. Update bower version in the `bower.json` file
18
-2. Update npm module version in the `package.json` file, using `npm version`
+1. Update npm module version in the `package.json` file, using `npm version`
+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`
20
3. Draft a new release
21
4. Generate the docs
22
5. Profit
0 commit comments