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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2020-03-08 23:23:01 +0300
committerGitHub <noreply@github.com>2020-03-08 23:23:01 +0300
commit5bd0f100fc4e340164d12cd03f9777ff5017b956 (patch)
tree49edb29c8527fbf10ca1279ef821e1869ab6d4ac /.github
parentd11195351ff38e4e8b61e9fba5a3d7e6fabbd46f (diff)
Add prerelease: true and exclude-labels to Release Drafter (#144)
* Add prerelease: true to Release Drafter * Add exclude-labels
Diffstat (limited to '.github')
-rw-r--r--.github/release-drafter.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index d8fd65e6f..b10c7b32a 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -1,5 +1,8 @@
name-template: 'v$NEXT_PATCH_VERSION 🌈'
tag-template: 'v$NEXT_PATCH_VERSION'
+prerelease: true
+exclude-labels:
+ - 'skip-changelog'
categories:
- title: '🚀 Features'
labels: