Skip to content

Commit

Permalink
add --required-author flag to release.md (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorLieberman committed Jan 10, 2024
1 parent 44bb9f9 commit d948bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ notes generator](https://github.com/kubernetes/release/blob/master/cmd/release-n
```
go install k8s.io/release/cmd/release-notes@latest
export GITHUB_TOKEN=your_token_here
release-notes --start-sha EXAMPLE_COMMIT --end-sha EXAMPLE_COMMIT --branch main --repo ingress2gateway --org kubernetes-sigs
release-notes --start-sha EXAMPLE_COMMIT --end-sha EXAMPLE_COMMIT --branch main --repo ingress2gateway --org kubernetes-sigs --required-author=""
```

This output will likely need to be reorganized and cleaned up a bit, but it
Expand Down

0 comments on commit d948bc3

Please sign in to comment.