summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2022-10-24 14:07:31 +0300
committerGitHub <noreply@github.com>2022-10-24 14:07:31 +0300
commit19a32a90f706cf055c0062e36cadce999f3c2f8e (patch)
tree9b18607ca60a48a9a652e283732579a164998ee1
parentaa0ae6897828009342338e435773a5d0b90a21ea (diff)
downloadredis-py-19a32a90f706cf055c0062e36cadce999f3c2f8e.tar.gz
Updating release drafter title hashes (#2422)
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
-rw-r--r--.github/release-drafter-config.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/release-drafter-config.yml b/.github/release-drafter-config.yml
index de4fea7..9ccb28a 100644
--- a/.github/release-drafter-config.yml
+++ b/.github/release-drafter-config.yml
@@ -1,5 +1,5 @@
-name-template: '$NEXT_MAJOR_VERSION'
-tag-template: 'v$NEXT_MAJOR_VERSION'
+name-template: '$NEXT_MINOR_VERSION'
+tag-template: 'v$NEXT_MINOR_VERSION'
autolabeler:
- label: 'maintenance'
files:
@@ -18,7 +18,6 @@ categories:
- title: 'Breaking Changes'
labels:
- 'breakingchange'
-
- title: '🧪 Experimental Features'
labels:
- 'experimental'
@@ -38,7 +37,7 @@ change-template: '- $TITLE (#$NUMBER)'
exclude-labels:
- 'skip-changelog'
template: |
- ## Changes
+ # Changes
$CHANGES