Skip to content

Commit

Permalink
chore: fixup release instructions for pushing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Apr 9, 2023
1 parent bf0e5c7 commit 6298ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ After this, you should be able to merge your changes without any conflicts in th

```
git tag x.x.x
git push origin $!
git push origin x.x.x
```

> A `v` version prefix is intentionally _not_ included in the release tag so that the GitHub root
Expand All @@ -73,7 +73,7 @@ After this, you should be able to merge your changes without any conflicts in th

```
git tag v1.5xx.x
git push origin $!
git push origin v1.5xx.x
```

4. Update Homebrew Formula
Expand Down

0 comments on commit 6298ea3

Please sign in to comment.