-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I have been working on quite a few configuration options to tweak the output so that it matches our current changelog format.
The fork is available at: https://github.com/MysterAitch/github-changelog-generator
Here's a diff: master...MysterAitch:master
Some notable bits:
- Configurable bullet styles (we use
*
rather than-
) - Ability to exclude issues from the changelog (we include PRs and issues in the milestone, but only PRs in the changelog)
- Option to label whether the changelog entry is an issue or a pull request
- Option to include an "everything else" section (i.e., issues/prs within the milestone that aren't included elsewhere within the changelog)
Is there any appetite for any of this to be shared back? 👍