-
Notifications
You must be signed in to change notification settings - Fork 18
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
docs: add a script to do the tedious work of fetching digests #185
docs: add a script to do the tedious work of fetching digests #185
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.
request: use env in script shebang line instead of direct path to bash.
idea/suggestion: instead of having a copy-and-paste-able script in the doc, how about having an actual script in the repo?
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.
636be49
to
995bca1
Compare
Pull request has been modified.
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.
still lgtm.
@Mergifyio rebase |
Add a copy-and-paste-able shell script that one can run to generate the downloads section of the release notes. This saves the effort of copy and pasting digests out of the quay.io ui. Signed-off-by: John Mulligan <[email protected]>
✅ Branch has been successfully rebased |
995bca1
to
522fb56
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.
Tried it locally too with the version tag as cmgline arg.
two thoughts that can be addressed in follow-up changes:
- put the script into the repo as an actual script under
hack/
- mention in the doc how to call it (version tag as first and only argument.
Add a copy-and-paste-able shell script that one can run to generate the downloads section of the release notes. This saves the effort of copy and pasting digests out of the quay.io ui.