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

Customize labels #86

Merged
merged 2 commits into from
Oct 31, 2021
Merged

Customize labels #86

merged 2 commits into from
Oct 31, 2021

Conversation

adrianiy
Copy link
Owner

Changes

Label management has improved using a configuration object

labels:
  include:
    - release-note/use
  ignore:
    - released
    - release-note/published
  end:
    - release-note/published

⚠️ useLast attribute is deprecated.

By default RNG will include all Pull Request in latest published release
If you set snapshot: true all Pull Request since latest release will be used.

Issues

Close #85

@adrianiy adrianiy added type/feature A new feature is always welcome release-note/use This PR will be used to generate a release-note breaking labels Oct 31, 2021
@adrianiy adrianiy self-assigned this Oct 31, 2021
@adrianiy adrianiy merged commit 1e7e499 into develop Oct 31, 2021
@adrianiy adrianiy deleted the feat/customizeLabels branch October 31, 2021 20:54
@github-actions
Copy link

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version 2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking release-note/published release-note/use This PR will be used to generate a release-note released type/feature A new feature is always welcome
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [FEAT] Add option to customize in-release-note label
1 participant