diff options
| author | nzbr <mail@nzbr.de> | 2022-03-24 20:53:45 +0100 |
|---|---|---|
| committer | nzbr <mail@nzbr.de> | 2022-03-24 21:20:48 +0100 |
| commit | 9f68a4f2f9f5988712e4daaf61b6df1097e110d2 (patch) | |
| tree | 7f1856f5cacd34a3e799e1203e877a72af179a6e /.github/release-drafter.yml | |
| parent | 50d142943d56a962fd88139be31bbf2cec5fe907 (diff) | |
add release drafter
Diffstat (limited to '.github/release-drafter.yml')
| -rw-r--r-- | .github/release-drafter.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000..9f8acf4 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,15 @@ +change-template: "* $TITLE (#$NUMBER) @$AUTHOR" +categories: + - title: '🚀 Features' + labels: + - enhancement + - title: "🛠️ Bugfixes" + labels: + - bug + - title: "📖 Documentation" + labels: + - documentation +template: | + ## Changelog + + $CHANGES |
