Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
use configuration from archiva parent
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Apr 10, 2022
1 parent fb47ca7 commit 0b270de
Showing 1 changed file with 1 addition and 64 deletions.
65 changes: 1 addition & 64 deletions .github/release-drafter.yml
Expand Up @@ -15,67 +15,4 @@
# specific language governing permissions and limitations
# under the License.

# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
name-template: $NEXT_PATCH_VERSION
tag-template: $NEXT_PATCH_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 developers"
labels:
- developer
# Default label used by Dependabot
- title: πŸ“¦ Dependency updates
label: dependencies
- title: πŸ“ Documentation updates
label: documentation
- title: πŸ‘» Maintenance
labels:
- chore
- internal
- maintenance
- title: πŸ”§ Build
label: build
- title: 🚦 Tests
labels:
- test
- tests
exclude-labels:
- reverted
- no-changelog
- skip-changelog
- invalid

template: |
<!-- Optional: add a release summary here -->
$CHANGES
replacers:
- search: '/\[(.*)-(\d+)\]*\s*-*\s*/g'
replace: '[[$1-$2]](https://issues.apache.org/jira/browse/$1-$2) - '
_extends: archiva-parent

0 comments on commit 0b270de

Please sign in to comment.