Skip to content

Commit

Permalink
Merge pull request #3277 from ashnehete/deprecate-release-notes-websi…
Browse files Browse the repository at this point in the history
…te-pr

Deprecate release notes website pr
  • Loading branch information
k8s-ci-robot authored Sep 18, 2023
2 parents ec317cd + eb43561 commit ee16548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/krel/cmd/release_notes.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func init() {
&releaseNotesOpts.createWebsitePR,
"create-website-pr",
false,
"patch the relnotes.k8s.io sources and generate a PR with the changes",
"[DEPRECATED] patch the relnotes.k8s.io sources and generate a PR with the changes",
)

releaseNotesCmd.PersistentFlags().StringSliceVarP(
Expand Down
2 changes: 1 addition & 1 deletion docs/krel/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Before running `krel release-notes` export your GitHub token to \$GITHUB_TOKEN:
```
Flags:
--create-draft-pr update the Release Notes draft and create a PR in k/sig-release
--create-website-pr patch the relnotes.k8s.io sources and generate a PR with the changes
--create-website-pr [DEPRECATED] patch the relnotes.k8s.io sources and generate a PR with the changes
--dependencies add dependency report (default true)
--fix fix release notes
--fork string the user's fork in the form org/repo. Used to submit Pull Requests for the website and draft
Expand Down

0 comments on commit ee16548

Please sign in to comment.