Skip to content

Commit

Permalink
Add missing "release drafter" configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt committed Aug 30, 2023
1 parent 689df25 commit 6281473
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name-template: '$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
categories:
- title: '![Logo]() Android'
label: 'android'
- title: '![Logo]() Apple'
label: 'apple'
- title: '![Logo]() JavaScript'
label: 'javascript'
- title: '🧰 Maintenance'
labels:
- 'maintenance'
- 'renovate'
change-template: '- $TITLE (#$NUMBER)'
exclude-labels:
- 'skip-changelog'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
template: $CHANGES

0 comments on commit 6281473

Please sign in to comment.