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

Consider grouping PRs into categories #26

Open
ruimarinho opened this issue Nov 25, 2016 · 1 comment
Open

Consider grouping PRs into categories #26

ruimarinho opened this issue Nov 25, 2016 · 1 comment

Comments

@ruimarinho
Copy link
Member

From http://keepachangelog.com:

We can do the following mapping:

  • ### Added: pr.head.ref.startsWith('feature/')
  • ### Removed: pr.head.ref.contains('remove') && (pr.head.ref.startsWith('enhancement/') || pr.head.ref.startsWith('support/'))
  • ### Deprecated: pr.head.ref.contains('deprecate') && (pr.head.ref.startsWith('enhancement/') || pr.head.ref.startsWith('support/'))
  • ### Changed: pr.head.ref.startsWith('enhancement/') || pr.head.ref.startsWith('support/')
  • ### Fixed : pr.head.ref.startsWith('bugfix/')

WDYT? /cc @fixe @nunofgs

@fixe
Copy link
Member

fixe commented Nov 25, 2016

LGTM.

@fixe fixe removed the feature label Nov 7, 2019
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

No branches or pull requests

3 participants