We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d05c2 commit ccdcc58Copy full SHA for ccdcc58
README.md
@@ -278,6 +278,9 @@ Check out the [Contributing Guidelines](CONTRIBUTING.md)
278
* Commit with the message "Release version x.x.x"
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`
283
+ * `git push <remote> :refs/tags/latest`
284
* Link the documentation of the latest release tag in the `README.md`
285
* Link the download link to the latest release tag in the `README.md`
286
* Commit with the message "Prepare for the next development iteration"
0 commit comments