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 68acf18 commit da42a53Copy full SHA for da42a53
README.md
@@ -279,9 +279,9 @@ Check out the [Contributing Guidelines](CONTRIBUTING.md)
279
* Create version tag in git
280
* Create a github release and upload the minified file
281
* Change the `latest` tag pointer to the latest commit
282
- * `git tag -fa latest`
+ * `git tag -f latest`
283
* `git push <remote> :refs/tags/latest`
284
-* Commit with the message "Prepare for the next development iteration"
+ * `git push origin master --tags`
285
* Release on npm
286
287
## Authors
0 commit comments