Skip to content

Commit

Permalink
Merge branch 'main' into ci/minimum-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrako authored Oct 10, 2023
2 parents 9e39eb8 + 61244a1 commit d77ada8
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
name-template: pymovements $RESOLVED_VERSION

version-resolver:
minor:
labels:
- deprecation
- enhancement
- breaking
default: patch

categories:
- title: 🏆 Highlights
labels: highlight
- title: 💥 Breaking Changes
labels: breaking
- title: ⚠️ Deprecations
labels: deprecation
- title: ✨ Enhancements
labels: enhancement
- title: 🐞 Bug Fixes
labels: fix
- title: 🛠️ Maintenance
labels:
- build
- internal
- docs

exclude-labels:
- skip changelog

exclude-contributors:
- pre-commit-ci

change-template: '- $TITLE (#$NUMBER)'
change-title-escapes: '\<*_&'
replacers:
# Remove conventional commits from titles
- search: '/- (build|chore|ci|depr|docs|feat|fix|perf|refactor|release|test)(\(.*\))?(\!)?\: /g'
replace: '- '

autolabeler:
- label: breaking
title:
# Example: feat!: ...
- '/^(build|chore|ci|depr|docs|feat|fix|perf|refactor|release|test)(\(.*\))?\!\: /'
- label: build
title:
- '/^build/'
- label: internal
title:
- '/^(chore|ci|perf|refactor|test)/'
- label: deprecation
title:
- '/^depr/'
- label: documentation
title:
- '/^docs/'
- label: enhancement
title:
- '/^feat/'
- label: fix
title:
- '/^fix/'
- label: release
title:
- '/^release/'

template: |
$CHANGES
Shoutout to all our contributors for making this release possible!
$CONTRIBUTORS

0 comments on commit d77ada8

Please sign in to comment.