-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
chore(changelog): use simpler format for changelog files with the new changelog generator #11652
Merged
Conversation
This file contains 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
github-actions
bot
added
the
chore
Not part of the core functionality of kong, but still needed
label
Sep 26, 2023
changelog generator The new changelog generator removes the need to write down jiras or prs manually. Now these are automatically extracted by the script and these fields are no longer needed. Also, we changed the file extension to .yml to stay consistent with the rest of the repository. Existing changelogs were modified automatically using yq to remove these fields that are no longer needed. This will be eventually backported to all branches that currently uses the new changelog generator. KAG-2545
dndx
force-pushed
the
chore/changelog_new_format
branch
from
September 26, 2023 06:47
2eb6284
to
e4eca01
Compare
hanshuebner
changed the title
chore(changelog): use simpler format for changelog files with the new
chore(changelog): use simpler format for changelog files with the new changelog generator
Sep 26, 2023
hanshuebner
approved these changes
Sep 26, 2023
dndx
added a commit
that referenced
this pull request
Sep 26, 2023
dndx
added a commit
that referenced
this pull request
Sep 26, 2023
hanshuebner
pushed a commit
that referenced
this pull request
Sep 26, 2023
2 tasks
hanshuebner
pushed a commit
that referenced
this pull request
Sep 27, 2023
…#11652) changelog generator The new changelog generator removes the need to write down jiras or prs manually. Now these are automatically extracted by the script and these fields are no longer needed. Also, we changed the file extension to .yml to stay consistent with the rest of the repository. Existing changelogs were modified automatically using yq to remove these fields that are no longer needed. This will be eventually backported to all branches that currently uses the new changelog generator. KAG-2545
dndx
added a commit
that referenced
this pull request
Sep 27, 2023
…11668) * chore(changelog): use reusable changelog workflow (#11549) This avoids code duplication and makes improvements on changelog generation/format easier. * chore(changelog): use simpler format for changelog files with the new (#11652) changelog generator The new changelog generator removes the need to write down jiras or prs manually. Now these are automatically extracted by the script and these fields are no longer needed. Also, we changed the file extension to .yml to stay consistent with the rest of the repository. Existing changelogs were modified automatically using yq to remove these fields that are no longer needed. This will be eventually backported to all branches that currently uses the new changelog generator. KAG-2545 --------- Co-authored-by: Yusheng Li <leeys.top@gmail.com> Co-authored-by: Datong Sun <datong.sun@konghq.com>
dndx
added a commit
that referenced
this pull request
Sep 27, 2023
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.
The new changelog generator removes the need to write down
jiras
orprs
manually. Now these are automatically extracted by the script and these fields are no longer needed.Also, we changed the file extension to
.yml
to stay consistent with the rest of the repository.Existing changelogs were modified automatically using
yq
to remove these fields that are no longer needed. This will be eventually backported to all branches that currently uses the new changelog generator.KAG-2545