Skip to content
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

Updating release-notes tool to account for new changelog format #309

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

doggydogworld
Copy link
Contributor

The format of our CHANGELOG has changed a bit for release branches. Previously, the latest version of the release branch was expected to be the first second-level header.

e.g. for branch/v16 with the latest release being v16.0.1 the first second-level header encountered would be ## 16.0.1

The format of the CHANGELOG for our release branches now includes all released versions. Now the first second-level header will be the latest released version of Teleport and the patches for other releases will be located further down in the CHANGELOG.

To account or this the release-notes tool will now search for the correct version in the CHANGELOG to populate the release notes.

@doggydogworld doggydogworld requested a review from a team as a code owner January 17, 2025 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant