diff options
Diffstat (limited to 'examples/redis-unstable/deps/hiredis/.github/release-drafter-config.yml')
| -rw-r--r-- | examples/redis-unstable/deps/hiredis/.github/release-drafter-config.yml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/examples/redis-unstable/deps/hiredis/.github/release-drafter-config.yml b/examples/redis-unstable/deps/hiredis/.github/release-drafter-config.yml new file mode 100644 index 0000000..81afa9f --- /dev/null +++ b/examples/redis-unstable/deps/hiredis/.github/release-drafter-config.yml | |||
| @@ -0,0 +1,49 @@ | |||
| 1 | name-template: '$NEXT_MAJOR_VERSION' | ||
| 2 | tag-template: 'v$NEXT_MAJOR_VERSION' | ||
| 3 | autolabeler: | ||
| 4 | - label: 'maintenance' | ||
| 5 | files: | ||
| 6 | - '*.md' | ||
| 7 | - '.github/*' | ||
| 8 | - label: 'bug' | ||
| 9 | branch: | ||
| 10 | - '/bug-.+' | ||
| 11 | - label: 'maintenance' | ||
| 12 | branch: | ||
| 13 | - '/maintenance-.+' | ||
| 14 | - label: 'feature' | ||
| 15 | branch: | ||
| 16 | - '/feature-.+' | ||
| 17 | categories: | ||
| 18 | - title: 'Breaking Changes' | ||
| 19 | labels: | ||
| 20 | - 'breakingchange' | ||
| 21 | |||
| 22 | - title: '๐งช Experimental Features' | ||
| 23 | labels: | ||
| 24 | - 'experimental' | ||
| 25 | - title: '๐ New Features' | ||
| 26 | labels: | ||
| 27 | - 'feature' | ||
| 28 | - 'enhancement' | ||
| 29 | - title: '๐ Bug Fixes' | ||
| 30 | labels: | ||
| 31 | - 'fix' | ||
| 32 | - 'bugfix' | ||
| 33 | - 'bug' | ||
| 34 | - 'BUG' | ||
| 35 | - title: '๐งฐ Maintenance' | ||
| 36 | label: 'maintenance' | ||
| 37 | change-template: '- $TITLE @$AUTHOR (#$NUMBER)' | ||
| 38 | exclude-labels: | ||
| 39 | - 'skip-changelog' | ||
| 40 | template: | | ||
| 41 | ## Changes | ||
| 42 | |||
| 43 | $CHANGES | ||
| 44 | |||
| 45 | ## Contributors | ||
| 46 | We'd like to thank all the contributors who worked on this release! | ||
| 47 | |||
| 48 | $CONTRIBUTORS | ||
| 49 | |||
