-
Notifications
You must be signed in to change notification settings - Fork 95
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
ci: add workflow for uploading installers to release assets #208
Conversation
Signed-off-by: Anqi Pang <[email protected]>
Signed-off-by: Anqi Pang <[email protected]>
Signed-off-by: Anqi Pang <[email protected]>
Signed-off-by: Anqi Pang <[email protected]>
Signed-off-by: Anqi Pang <[email protected]>
Signed-off-by: Anqi Pang <[email protected]>
Signed-off-by: Anqi Pang <[email protected]>
Signed-off-by: Anqi Pang <[email protected]>
39e7599
to
16c354c
Compare
Signed-off-by: Anqi Pang <[email protected]>
nit: should be this "ci" isntead of "feat"? |
Oh sorry for the mistake. Do we have any process to rewrite the commit message on main branch? |
I think we can fix the release notes at the next release. WDYT? @ningziwen |
You can change the commit message release-please uses with this process: https://github.com/googleapis/release-please#how-can-i-fix-release-notes |
Following this example PR, I updated the merged PRs #208 and #202 with overridden commit message. Need to validate the release note is fixed after the next release-please run. |
Issue #, if available:
Description of changes:
This workflow is to be run after the
release-installer.yaml
workflow completes. And after this workflow completes, the next step is to run therelease-homebrew.yaml
workflow. All the three workflows should be merged together once this issue is fixed.Testing done:
Tested the workflow within my own fork.
License Acceptance
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
BEGIN_COMMIT_OVERRIDE
ci: add workflow for uploading installers to release assets (#208)
END_COMMIT_OVERRIDE