Skip to content

Commit

Permalink
update README.md with releasing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrews committed Apr 1, 2023
1 parent a75580c commit 0dd38aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,15 @@ In powershell this would look like:

Reference the [releases](https://github.com/jdrews/logstation/releases) and [.goreleaser.yaml](.goreleaser.yaml) for all officially supported targets.

### 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`
* Ensure you have an environment variable with `GITHUB_TOKEN="YOUR_GH_TOKEN"` and minimum of `write:packages` permissions
* Release!
* `goreleaser release`
* Read the [goreleaser quickstart](https://goreleaser.com/quick-start/) for more details

### Versions ###
Prior to 2.x, this app was built using Scala/Play/JS. At 2.x this app was rewritten in Go and React. If you're looking for the older versions reference the releases prior to 2.x.

0 comments on commit 0dd38aa

Please sign in to comment.