Skip to content

Commit

Permalink
inherit configuration
Browse files Browse the repository at this point in the history
Signed-off-by: olivier lamy <olamy@apache.org>
  • Loading branch information
olamy committed Aug 19, 2020
1 parent 94570cc commit b03e75c
Showing 1 changed file with 3 additions and 56 deletions.
59 changes: 3 additions & 56 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,57 +1,4 @@
# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
name-template: $NEXT_MINOR_VERSION
tag-template: $NEXT_MINOR_VERSION
version-template: $MAJOR.$MINOR.$PATCH

# Emoji reference: https://gitmoji.carloscuesta.me/
categories:
- title: ":boom: Breaking changes"
labels:
- breaking
- title: 🚨 Removed
label: removed
- title: ":tada: Major features and improvements"
labels:
- major-enhancement
- major-rfe
- title: πŸ› Major bug fixes
labels:
- major-bug
- title: ⚠️ Deprecated
label: deprecated
- title: πŸš€ New features and improvements
labels:
- enhancement
- feature
- rfe
- title: πŸ› Bug Fixes
labels:
- bug
- fix
- bugfix
- regression
- title: ":construction_worker: Changes for plugin developers"
labels:
- developer
# Default label used by Dependabot
- title: πŸ“¦ Dependency updates
label: dependencies
- title: πŸ“ Documentation updates
label: documentation
- title: πŸ‘» Maintenance
labels:
- chore
- internal
- title: 🚦 Tests
labels:
- test
- tests
exclude-labels:
- reverted
- no-changelog
- skip-changelog
- invalid

template: |
<!-- Optional: add a release summary here -->
$CHANGES
_extends: .github
name-template: exec-maven-plugin--$NEXT_MINOR_VERSION
tag-template: exec-maven-plugin-$NEXT_MINOR_VERSION

0 comments on commit b03e75c

Please sign in to comment.