Skip to content

Commit

Permalink
mention goreleaser in release process
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis committed Oct 11, 2024
1 parent 88e9246 commit c9e8d23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ git pull --tags
git tag -s -a v0.10.0-rc.0 -m "Version v0.10.0-rc.0"
```
With every tag, the Github action will use the `goreleaser` tool to create a
release, including artifacts and their checksums.
## Patch Release Procedure
A _patch release_ is an increment of the patch number (eg: `v10.0.0` → `v10.0.1`).
Expand Down

0 comments on commit c9e8d23

Please sign in to comment.