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

Add configurable sections #6

Open
ke4 opened this issue Oct 7, 2024 · 0 comments
Open

Add configurable sections #6

ke4 opened this issue Oct 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request improvement

Comments

@ke4
Copy link
Collaborator

ke4 commented Oct 7, 2024

Currently the sections in the release notes are hardcoded.
It would be much better if we could set them in a configuration file.
We could use a YAML file like this:

sections:
  - new_features:
    title: "⭐ New Features"
    prefixes:
      - feature
      - features
  - bug_fixes:
    title: "🐞 Bug Fixes"
    prefixes:
      - fix
      - bugfix
  - other_changes:
    title: "💡Other Changes"
    prefixes:
      - other
      - chore
      - chores 
@ke4 ke4 self-assigned this Oct 7, 2024
@ke4 ke4 added enhancement New feature or request improvement labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request improvement
Projects
None yet
Development

No branches or pull requests

1 participant