Skip to content

Commit

Permalink
Update release process
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Feb 3, 2022
1 parent fe64dd3 commit f3ea0cc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
See [.github/RELEASING](https://github.com/cucumber/.github/blob/main/RELEASING.md).
# Releasing

- Update changelog. See [.github/RELEASING](https://github.com/cucumber/.github/blob/main/RELEASING.md) for details.
- Create a tag: `git tag -a vX.Y.Z -m "Release vX.Y.Z"`
- Run `export GITHUB_TOKEN=...` - see https://github.com/settings/tokens
- Run `goreleaser release --rm-dist`

0 comments on commit f3ea0cc

Please sign in to comment.