Skip to content

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
searls authored Sep 14, 2024
1 parent d61e15b commit 6a9e59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
When cutting a new release, tag the versioned change and then move the current
major version.

For example, right now I'm Releasing 1.1.0, so I'm going to:
For example, right now I'm Releasing v1.1.0, so I'm going to:

```sh
git tag 1.1.0
git tag v1.1.0
git push --tags
```

Expand Down

0 comments on commit 6a9e59a

Please sign in to comment.