Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Blackman <blckmn@users.noreply.github.com>2022-04-25 05:39:19 +0300
committerGitHub <noreply@github.com>2022-04-25 05:39:19 +0300
commit1b8ee93bfbddf7fa220219ac6babf20d195af12e (patch)
tree8c01387a24f8d4e6d1938ffb3ccda18b468891db /.github
parentbe4a9e1ba08b664fca6651aaac05935091bd725e (diff)
Create release.yml
Diffstat (limited to '.github')
-rw-r--r--.github/release.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/release.yml b/.github/release.yml
new file mode 100644
index 00000000..4bded955
--- /dev/null
+++ b/.github/release.yml
@@ -0,0 +1,25 @@
+changelog:
+ exclude:
+ labels:
+ - "cleanup"
+ categories:
+ - title: Features
+ labels:
+ - "RN: FEATURE"
+ - "RN: MAJOR FEATURE"
+ - "RN: MINOR FEATURE"
+ - title: Improvements
+ labels:
+ - "RN: IMPROVEMENT"
+ - "RN: UI"
+ - "RN: REFACTOR"
+ - "RN: FONT"
+ - title: Fixes
+ labels:
+ - "RN: BUGFIX"
+ - title: Translation
+ labels:
+ - "RN: TRANSLATION"
+ - title: Known Issues
+ labels:
+ - BUG