Skip to content

Commit

Permalink
Update README.md to reflect version naming pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrews committed May 11, 2023
1 parent f9908db commit dbe6b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ Reference the [releases](https://github.com/jdrews/logstation/releases) and [.go
### Releasing ###

* Push a tag following [semver](https://semver.org/)
* `git tag -a v2.0.0-beta1 -m "Beta release of v2.0.0"`
* `git push origin v2.0.0-beta1`
* `git tag -a 2.0.0-beta1 -m "2.0.0-beta1"`
* `git push origin 2.0.0-beta1`
* Ensure you have an environment variable with `GITHUB_TOKEN="YOUR_GH_TOKEN"` and minimum of `write:packages` permissions
* Release!
* `goreleaser release`
Expand Down

0 comments on commit dbe6b14

Please sign in to comment.