Skip to content

Commit

Permalink
chore: update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Kaczynski committed Oct 30, 2024
1 parent a825452 commit d2a16b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,11 @@ By default Sloth will set [pprof] on metrics ports (`8081`).

Check this [pprof cheatsheet][pprof-cheatsheet].

## Releasing

On your branch, tag the release: `git tag -a v0.VERSION.0 -m "Release v0.VERSION.0"`

Then, push with the tags: `git push --tags`

[kind]: https://github.com/kubernetes-sigs/kind
[pprof-cheatsheet]: https://gist.github.com/slok/33dad1d0d0bae07977e6d32bcc010188

0 comments on commit d2a16b7

Please sign in to comment.