[6.2.1] Update relnotes scripts#18503
Merged
keertk merged 4 commits intobazelbuild:release-6.2.1from May 26, 2023
keertk:relnotes-6.2.1
Merged
[6.2.1] Update relnotes scripts#18503keertk merged 4 commits intobazelbuild:release-6.2.1from keertk:relnotes-6.2.1
keertk merged 4 commits intobazelbuild:release-6.2.1from
keertk:relnotes-6.2.1
Conversation
1. Update relnotes.sh to use relnotes.py to generate release notes if not a rolling release 2. Update relnotes.py: - Include co-authors in acknowledgements - Make sure older releases work with the correct "last" release - For minor/patch release, use commit message if no RELNOTES found - Add option to sort relnotes by category - Other minor fixes/updates PiperOrigin-RevId: 531628752 Change-Id: Ifdcf55d319e7221b7ed4eb7e510a3c4c9a88b41d
- Replace removeprefix since this requires python 3.9 - Include authors/co-authors with @users.noreply.github.com in acknowledgement section (we're currently not adding contributors w/o public emails) PiperOrigin-RevId: 534091486 Change-Id: I455f96310062069148d2a28758e65f9f5675d3ff
- Update GitHub token retrieval - Allow checking out tags (final releases) in addition to branches (RCs) PiperOrigin-RevId: 534851155 Change-Id: I8b92898a8f5dd20139ca2467bb8604c6a8eabd67
iancha1992
approved these changes
May 25, 2023
copybara-service bot
pushed a commit
that referenced
this pull request
Jun 2, 2023
Baseline: 758b44d Release Notes: + Automatic code cleanup. (#18504) + Update relnotes scripts (#18503) + Fix #18493. (#18512) + Fix formatting of release notes (#18533) + Use extension rather than local names in ModuleExtensionMetadata (#18535) Acknowledgements: This release contains contributions from many people at Google, as well as Fabian Meumertzheim, Pavan Singh.
chiragramani
pushed a commit
to uber-common/bazel
that referenced
this pull request
Jun 2, 2023
Baseline: 758b44d Release Notes: + Automatic code cleanup. (bazelbuild#18504) + Update relnotes scripts (bazelbuild#18503) + Fix bazelbuild#18493. (bazelbuild#18512) + Fix formatting of release notes (bazelbuild#18533) + Use extension rather than local names in ModuleExtensionMetadata (bazelbuild#18535) Acknowledgements: This release contains contributions from many people at Google, as well as Fabian Meumertzheim, Pavan Singh.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Test out relnotes script updates with 6.2.1
Commits:
332144a
991113a
bf320d2