Skip to content

Commit

Permalink
Add missing "release drafter" configuration (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Aug 31, 2023
1 parent b818378 commit cde0ebd
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](https://user-images.githubusercontent.com/98017/264487812-8508e6f3-7b8b-4b95-8190-1302c87c2ac5.png) Android'
label: 'android'
- title: '![Logo](https://user-images.githubusercontent.com/98017/264487781-2752f29c-108e-4812-aabc-854ffa501008.png) Apple'
label: 'apple'
- title: '![Logo](https://user-images.githubusercontent.com/98017/264487832-db3e82ef-9cc6-42bb-87de-2dd653e8a712.png) 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 cde0ebd

Please sign in to comment.