diff options
| author | 2023-12-15 11:15:47 +0800 | |
|---|---|---|
| committer | 2023-12-15 11:15:47 +0800 | |
| commit | c261e27e3bee75259e61da07ba625f02d1047d4b (patch) | |
| tree | 06c5da2bd133ff3a3a475ac8b13cb620b3bc207d | |
| parent | f2984b540af05f920c8cd1565ced58fa05074236 (diff) | |
| download | infini-c261e27e3bee75259e61da07ba625f02d1047d4b.tar.gz infini-c261e27e3bee75259e61da07ba625f02d1047d4b.zip | |
Create release-drafter.yml
| -rw-r--r-- | .github/release-drafter.yml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 00000000..81920788 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,32 @@ +name-template: '$RESOLVED_VERSION 🌈' +tag-template: '$RESOLVED_VERSION' +categories: + - title: 'Features' + labels: + - 'feature' + - 'features' + - 'enhancement' + - title: 'Bug Fix' + labels: + - 'fix' + - 'bugfix' + - 'bug' + - title: 'Maintenance' + label: 'chore' +change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. +version-resolver: + major: + labels: + - 'major' + minor: + labels: + - 'minor' + patch: + labels: + - 'patch' + default: patch +template: | + ## Changes + + $CHANGES |
