Skip to content

Commit

Permalink
Merge pull request #45 from wiremock/oleg-nenashev-patch-1
Browse files Browse the repository at this point in the history
Use global configuration of the Release Drafter
  • Loading branch information
oleg-nenashev committed May 27, 2023
2 parents bc5fd23 + 3a7d17e commit 9ab3fdf
Showing 1 changed file with 2 additions and 60 deletions.
62 changes: 2 additions & 60 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,60 +1,2 @@
# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
name-template: $NEXT_MINOR_VERSION
tag-template: $NEXT_MINOR_VERSION

# Emoji reference: https://gitmoji.carloscuesta.me/
categories:
- title: πŸ’₯ Breaking changes
labels:
- breaking
- title: πŸš€ New features and improvements
labels:
- enhancement
- title: πŸ› Bug fixes
labels:
- bug
- title: πŸ“ Documentation updates
labels:
- documentation
- title: 🌐 Localization and translation
labels:
- localization
- title: 🌐 Community-related changes
labels:
- community
- title: πŸ‘» Maintenance
labels:
- chore
- maintenance
- title: 🚦 Tests
labels:
- test
- title: ✍ Other changes
# Default label used by Dependabot
- title: πŸ“¦ Dependency updates
labels:
- dependencies
collapse-after: 15
exclude-labels:
- skip-changelog
- invalid

template: |
<!-- Optional: add a release summary here -->
$CHANGES
autolabeler:
- label: 'documentation'
files:
- '*.md'
branch:
- '/docs{0,1}\/.+/'
- label: 'bug'
branch:
- '/fix\/.+/'
title:
- '/fix/i'
- label: 'enhancement'
branch:
- '/feature\/.+/'
# Use https://github.com/wiremock/.github/blob/main/.github/release_drafter.yml
_extends: .github

0 comments on commit 9ab3fdf

Please sign in to comment.