-
Notifications
You must be signed in to change notification settings - Fork 11
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
Release Go-native tool #17
Comments
This issue is stale because it has been open for 90 days with no |
/reopen |
@cardil: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Rewrite
release.sh
script (https://github.com/knative/hack/blob/main/README.md#using-the-releasesh-helper-script) into a Golang toolknative.dev/toolbox/releaser
.Invent new Go-native extension interface, for example:
# will look for Go files with `release` build constraints, that register build configuration go run knative.dev/toolbox/releaser@latest ./ \ --dot-release \ --release-gcs knative-releases/kn-plugin-event \ --release-gcr gcr.io/knative-releases \ --github-token /etc/hub-token/token \ --apple-codesign-key /etc/notary/cert.p12 \ --apple-notary-api-key /etc/notary/key.json \ --apple-codesign-password-file /etc/notary/password \ --branch release-1.9
The release configuration might look like:
The text was updated successfully, but these errors were encountered: