-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Run generate before prerelease #4952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run generate before prerelease #4952
Conversation
99f603d
to
0ed43e0
Compare
Signed-off-by: Fabian von Feilitzsch <fabian@fabianism.us>
0ed43e0
to
ac911e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks just fine except for the typo.
|
||
```sh | ||
git add --all | ||
git add Makefile changelog website testdata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
|
||
```sh | ||
git add --all | ||
git add Makefile changelog website testdata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Fixing typo will allow me to approve this. |
Co-authored-by: Jesus Rodriguez <jmrodri@gmail.com> Signed-off-by: Fabian von Feilitzsch <fabian@fabianism.us>
57e9e7a
to
86a008a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Description of the change:
make generate
is now run beforemake prerelease
, and the documentation is updated to match.Motivation for the change:
This is a necessary step in the release process.
Checklist
If the pull request includes user-facing changes, extra documentation is required:
changelog/fragments
(seechangelog/fragments/00-template.yaml
)website/content/en/docs