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 specifying custom changelog sections #24

Merged
merged 2 commits into from
Sep 3, 2018
Merged

Conversation

kylef
Copy link
Owner

@kylef kylef commented Sep 2, 2018

First commit handles internal refactoring to allow the feature, moving the validation of sections from changelog to the releaser itself.

The latter commit adds support for custom changelog sections being present in the configuration.

release:
  changelog:
    sections:
      'Breaking': major
      'Enhancements': minor
      'Bug Fixes': patch

@kylef kylef requested a review from kattrali September 2, 2018 14:39
Copy link
Collaborator

@kattrali kattrali left a comment

Choose a reason for hiding this comment

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

This is great!

@kylef kylef merged commit 61d2a56 into master Sep 3, 2018
@kylef kylef deleted the kylef/changelog-custom branch September 3, 2018 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants