-
Notifications
You must be signed in to change notification settings - Fork 425
Use krel ff
in favor of branchff
in handbook
#998
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
Conversation
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.
@saschagrunert -- Looks pretty good! My biggest comment is that we need to make sure the Branch Manager is actually compiling the tool via:
./compile-release-tools krel
/hold
|
||
[sig-release-x.y-blocking]: https://testgrid.k8s.io/sig-release-1.17-blocking | ||
[`branchff`]: https://git.k8s.io/release/branchff | ||
[`krel ff`]: https://git.k8s.io/release/cmd/krel/cmd/ff.go |
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.
Don't use this as the link. It will encourage misuse.
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.
Changed the link to https://git.k8s.io/release, we probably want to add a dedicated README.md for krel or at least mention it in the main README.md there.
We remove any references to branchff in favor of `krel ff`, since this should be the tool of choice for future release branch fast forwards. Signed-off-by: Sascha Grunert <[email protected]>
bfd1056
to
23917c5
Compare
Thanks for the update! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, justaugustus, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
We remove any references to branchff in favor of
krel ff
, since thisshould be the tool of choice for future release branch fast forwards.
Which issue(s) this PR fixes:
Refers to kubernetes/release#1129
Special notes for your reviewer:
None