Skip to content

Commit

Permalink
docs: use main branch to update v{major} tag (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondash authored Jun 22, 2021
1 parent c3c02de commit def44e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To release a new version for Github Actions, we have to create a new release in
After the exact version tag is created, update the `v{major}` tag to the latest major version. Make sure you are on the default branch at the commit of versioning.

```bash
$ git checkout master
$ git checkout main
$ git fetch --tags && git pull
$ git tag --force v{major}
$ git push --force --tags
Expand Down

0 comments on commit def44e2

Please sign in to comment.