Skip to content

Commit

Permalink
docs: add release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Aug 7, 2023
1 parent 224b35d commit 32ffa9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hack/RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# How to make a release

1. Build a release `GITHUB_TOKEN=ghp_XXXX goreleaser`
2. Build and push to Docker Hub: `PUSH_LATEST=1 ./hack/release-docker.sh`
3. Update the krew index: `./hack/krew-index.sh`
4. Update the relnotes
5. Update homebrew
Empty file modified hack/krew-index.sh
100644 → 100755
Empty file.

0 comments on commit 32ffa9c

Please sign in to comment.