Skip to content

Commit da42a53

Browse files
Fix the release steps
Closes js-cookiegh-261.
1 parent 68acf18 commit da42a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,9 @@ Check out the [Contributing Guidelines](CONTRIBUTING.md)
279279
* Create version tag in git
280280
* Create a github release and upload the minified file
281281
* Change the `latest` tag pointer to the latest commit
282-
* `git tag -fa latest`
282+
* `git tag -f latest`
283283
* `git push <remote> :refs/tags/latest`
284-
* Commit with the message "Prepare for the next development iteration"
284+
* `git push origin master --tags`
285285
* Release on npm
286286

287287
## Authors

0 commit comments

Comments
 (0)