Skip to content

Commit ccdcc58

Browse files
Change the manual release to use the 'latest' tag
Closes js-cookiegh-210.Closes js-cookiegh-255.
1 parent 72d05c2 commit ccdcc58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,9 @@ Check out the [Contributing Guidelines](CONTRIBUTING.md)
278278
* Commit with the message "Release version x.x.x"
279279
* Create version tag in git
280280
* 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`
281284
* Link the documentation of the latest release tag in the `README.md`
282285
* Link the download link to the latest release tag in the `README.md`
283286
* Commit with the message "Prepare for the next development iteration"

0 commit comments

Comments
 (0)