Skip to content

Commit

Permalink
add callout to checkout main when updating major version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkemi authored Sep 20, 2022
1 parent 2b96ea7 commit e89f113
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 @@ -101,7 +101,7 @@ major version number (e.g. `v1`) in their workflows while
automatically getting all the
minor/patch updates.

To do this just force-create a new annotated tag and push it:
To do this just checkout `main`, force-create a new annotated tag, and push it:
```
git tag -fa v2 -m "Updating v2 to 2.3.4"
git push origin v2 --force
Expand Down

0 comments on commit e89f113

Please sign in to comment.