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

chore(changelog): make it more usable #11519

Closed
wants to merge 2 commits into from
Closed

Conversation

dndx
Copy link
Member

@dndx dndx commented Sep 7, 2023

No description provided.

@dndx dndx requested a review from vm-001 September 7, 2023 08:38
@github-actions github-actions bot added core/docs chore Not part of the core functionality of kong, but still needed labels Sep 7, 2023
echo

echo "What is the type of the change (feature, bugfix, dependency, deprecation, breaking_change, performance)?"
select type in feature bugfix dependency deprecation breaking_change performance; do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The enum of type and scope are defined in the CHANGELOG/schema.json, Do you think removing hard code(feature|bugfix|dependency|deprecation|breaking_change|performance) here would make things more consistent?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Temporary measure, let's discuss later. We need something more reasonable immediately.

id: changelog-check
uses: tj-actions/changed-files@2f7246cb26e8bb6709b6cbfc1fec7febfe82e96a # v37
with:
files: 'CHANGELOG/unreleased/**/*.yaml'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we have open PRs using the .yaml extension instead of yml, could we support both file extensions for a while (until everyone is using the new system)? Then we can rename everything to .yml and stop supporting yaml.

@team-eng-enablement team-eng-enablement added the author/community PRs from the open-source community (not Kong Inc) label Sep 26, 2023
@hanshuebner
Copy link
Contributor

Superseded by #11652

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author/community PRs from the open-source community (not Kong Inc) chore Not part of the core functionality of kong, but still needed core/docs size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants