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

feat: changelog improvements #68

Merged
merged 9 commits into from
Nov 7, 2020
Merged

feat: changelog improvements #68

merged 9 commits into from
Nov 7, 2020

Conversation

aaarichter
Copy link

Changelog Improvements

  • group PRs and orphan commits into categories
  • remove individual PR commits. This can be restored with changelog.verbose nlm config.
  • detect & highlight dependency updates in PR subject e.g chore: update nlm@5.2.0
  • add changelog.omit nlm config to omit commit types
{
  "nlm": {
    "changelog": {
      "omit": ["build", "ci"]  
    }
  }
}
  • add changelog.verbose nlm config to render PR's commits
{
  "nlm": {
    "changelog": {
      "verbose": true. // Default: false
    }
  }
}

Example:


v7.1.0 (2018-09-17)

🚀 New Features

🔼 Dependencies

🏡 Internal

@aaarichter aaarichter changed the title Changelog refactor feat: changelog improvements Nov 4, 2020
@aaarichter aaarichter marked this pull request as ready for review November 4, 2020 12:47
@aaarichter aaarichter requested a review from aotarola November 5, 2020 09:32
Copy link
Member

@aotarola aotarola left a comment

Choose a reason for hiding this comment

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

💚

@aaarichter aaarichter merged commit abbb4f9 into master Nov 7, 2020
@aaarichter aaarichter deleted the changelog-refactor branch November 7, 2020 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants