diff options
| author | Mark Otto <[email protected]> | 2020-03-30 10:46:16 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-30 10:46:16 -0700 |
| commit | 5e68429a486c0f09c839f18c90c34fc78fb9c47d (patch) | |
| tree | 93316199e7d6972985468e1ea385429b87256b1d /.github | |
| parent | 2add57eeff5ee7d7d83dce5885e0a9c0559772a3 (diff) | |
| download | bootstrap-5e68429a486c0f09c839f18c90c34fc78fb9c47d.tar.xz bootstrap-5e68429a486c0f09c839f18c90c34fc78fb9c47d.zip | |
Testing
Diffstat (limited to '.github')
| -rw-r--r-- | .github/release-drafter.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 38a5aaabe..68de3a338 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,6 +1,8 @@ -name-template: 'v$NEXT_PATCH_VERSION 🌈' +name-template: 'v$NEXT_PATCH_VERSION' tag-template: 'v$NEXT_PATCH_VERSION' prerelease: true +branches: + - 'release-drafter' exclude-labels: - 'skip-changelog' categories: |
