Skip to content

Commit 8a4bcb8

Browse files
fix: treat release note filter as including
1 parent 612d5ab commit 8a4bcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
"tag_resolver": {
2020
"method": "sort",
2121
"filter": {
22-
"pattern": "^(?![2-9][0-9]\\.[0-9][0-9]).*"
22+
"pattern": "[2-9][0-9]\\.[0-9][0-9]"
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)