Update release-drafter.yml

This commit is contained in:
Chris Titus 2024-09-10 17:05:13 -05:00
parent 314588283a
commit 80555d945e

View File

@ -1,5 +1,5 @@
name-template: '$RESOLVED_VERSION' name-template: '$YEAR.$MONTH.$DAY'
tag-template: '$RESOLVED_VERSION' tag-template: '$YEAR.$MONTH.$DAY'
tag-prefix: "" tag-prefix: ""
categories: categories:
- title: '🚀 Features' - title: '🚀 Features'
@ -56,3 +56,10 @@ replacers:
replace: '' replace: ''
exclude-labels: exclude-labels:
- 'skip-changelog' - 'skip-changelog'
# Add this section
version-resolver:
default: $YEAR.$MONTH.$DAY
# Add this line
filter-by-commitish: ['main', 'master']