-
Notifications
You must be signed in to change notification settings - Fork 2
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
update upgrade-provider generated commits to use conventional commit formatting #114
Comments
ocobles
changed the title
the generated commits and PR description would benefit from conventional commit formatting
update upgrade-provider generated commits to use conventional commit formatting
Jul 18, 2024
Although it's not documented, I found a flag to add a prefix to the commit title: https://github.com/pulumi/upgrade-provider/blob/b625b8f79e1e57d625bbc31aadaefc380a917c16/main.go#L256 |
We can validate/enforce the title format with something like https://github.com/equinix/terraform-provider-equinix/blob/main/.github/workflows/validate_pr.yml This will help in automated releases |
ctreatma
added a commit
that referenced
this issue
Jul 23, 2024
This adds the `pr-title-prefix` argument to the upgrade steps in the upgrade-bridge and upgrade-provider workflows. In the case where we were using the official Pulumi upgrade action, this upgrades that action to the latest version, v0.0.12. That version introduced the `pr-title-prefix` argument and matches the base code of our custom action. Part of #114
fixed in #116 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @displague in #113 (comment)
The text was updated successfully, but these errors were encountered: