-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Enable versions in titles of release PRs #9475
Comments
@alicejli Do you see any difference in yaml files that has release-please in their names between this repository and java-bigquery? |
I suspect https://github.com/googleapis/google-cloud-java/blob/main/.github/release-please.yml#L3 is what is causing the discrepancy. I see in the release-please documentation (https://github.com/googleapis/release-please/blob/main/docs/customizing.md#pull-request-title):
So it seems the issue is that release-please cannot find the I will test out the latter next week and respond back with findings. |
A chance to try: #9516 (comment) |
Currently the release PRs for this repo have the title
chore: release main
(e.g. #9427). It would be great if we could have the version number as well as if it is a snapshot version in the title so it's easier to tell what version is getting released instead of having to click into the files. For example, java-bigquery has release PRs that look like this:
chore(main): release 2.26.1
(googleapis/java-bigquery#2703) andchore(main): release 2.26.2-SNAPSHOT
googleapis/java-bigquery#2704.The text was updated successfully, but these errors were encountered: