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

Allow for single section for all PRs #74

Open
morluna opened this issue May 25, 2022 · 1 comment
Open

Allow for single section for all PRs #74

morluna opened this issue May 25, 2022 · 1 comment

Comments

@morluna
Copy link

morluna commented May 25, 2022

Our team is currently small and have opted to use emojis (https://gitmoji.dev/) in the PR title instead of using labels. It would be great to be able to to have a single section of release notes with all the PRs associated for that milestone.

Example:

Changed PRs:
- ✨ Awesome new feature [#37](https://github.com/....)
- 🐛 Fix bug [#38](https://github.com/....)

Unless I'm missing something, it seems that this isn't possible at the moment. It would be nice to define our config file like:

changelog:
  sections:
  - title: "Changed PRs"
    labels: ["*"]
@philwebb
Copy link
Collaborator

If you're interested in try to adapt the code you'd probably need to change ChangelogSection or ChangelogSections to collate things differently. If there's a way to keep existing compatibility, we'd be happy to review a pull-request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants