We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1802a5 commit a0d9021Copy full SHA for a0d9021
Readme.md
@@ -89,7 +89,7 @@ To add an own translations:
89
- `git checkout master`
90
- Update CHANGELOG.md
91
- Bump version in package.json
92
-- `git commit -am "vx.y.z"` with Changelog list in commit message
+- `git commit -a | "vx.y.z"` with Changelog list in commit message
93
- `git tag vx.y.z -a` with Changelog list in tag message
94
- `git push origin master; git push origin --tags`
95
- `npm publish`
0 commit comments