Skip to content

Commit

Permalink
ci: fix release action automatic changelog: resolve #12
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Oct 22, 2024
1 parent a093cff commit d54a18f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
"pr_template": "- #{{TITLE}}",
"template": "#{{UNCATEGORIZED}}",
"tag_resolver": {
"method": "sort",
"filter": {
"pattern": "[2-9][0-9]\\.[0-9][0-9]"
}
"method": "sort"
}
}
Expand Down

0 comments on commit d54a18f

Please sign in to comment.