-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Enable versions in titles of release PRs #9475
Copy link
Copy link
Closed
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.
Description
Activity
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.
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-SNAPSHOTgoogleapis/java-bigquery#2704.