Skip to content

Commit

Permalink
doc(typo): master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Sep 7, 2024
1 parent bc38fde commit a4be496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HOW-TO-RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
```bash
VER_NUM=v1.x.x
git tag -as $VER_NUM -m $VER_NUM
git push origin master
git push origin main
git push origin $VER_NUM
```

0 comments on commit a4be496

Please sign in to comment.