Skip to content

Commit

Permalink
A couple more release doc updates.
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Owsiany <porridge@redhat.com>
  • Loading branch information
porridge committed Jun 10, 2024
1 parent 7a5ea33 commit 3030ce4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The official binaries for KUTTL are created using [goreleaser](https://gorelease
1. Ensure you have credential `GITHUB_TOKEN` set.
The env must include `export GITHUB_TOKEN=<personal access token>`.
[Help](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) provided from Github.
The token must grant full access to: `repo`, `write:packages`, `read:packages`.
The [token](https://github.com/settings/tokens/new) must grant access to: `repo`, `write:packages`, `read:packages`.


The release process is:
Expand All @@ -61,6 +61,7 @@ The release process is:
1. Invoke goreleaser `goreleaser --clean`.
1. Update the GH release with release highlights. There is a draft release prepared by release drafter GitHub Action, that contains categorized changes since the last release. It provides categories for highlights, breaking changes, and contributors which should be added the gorelease release notes. The changelog from the draft log is ignored. After the contents are copied, the draft can be deleted or left as is.
1. Send an announcement email to [kudobuilder@googlegroups.com](https://groups.google.com/forum/#!forum/kudobuilder) with the subject `[ANNOUNCE] KUTTL $VERSION is released`
1. Send an announcement message to Kubernetes Slack channel [#kudo](https://kubernetes.slack.com/archives/CG3HTFCMV).
1. Run `./hack/generate_krew.sh` and submit the generated `kuttl.yaml` to https://github.com/kubernetes-sigs/krew-index/.


Expand Down

0 comments on commit 3030ce4

Please sign in to comment.