Skip to content

Commit

Permalink
Update release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Sep 10, 2024
1 parent 3145882 commit 80555d9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: '$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
name-template: '$YEAR.$MONTH.$DAY'
tag-template: '$YEAR.$MONTH.$DAY'
tag-prefix: ""
categories:
- title: '🚀 Features'
Expand Down Expand Up @@ -56,3 +56,10 @@ replacers:
replace: ''
exclude-labels:
- 'skip-changelog'

# Add this section
version-resolver:
default: $YEAR.$MONTH.$DAY

# Add this line
filter-by-commitish: ['main', 'master']

0 comments on commit 80555d9

Please sign in to comment.