Skip to content

Commit b98ae08

Browse files
committed
no comment
1 parent 855b994 commit b98ae08

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/changelog.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"^docs\\b",
1515
"^(?i)refactor\\b",
1616
"^(?i)release\\s+\\d+\\.\\d+\\.\\d+",
17+
"^(?i)releasing\\s+\\d+\\.\\d+\\.\\d+",
1718
"^(?i)minor fix\\b",
1819
"^(?i)no comment\\b",
1920
"^(?i)wip\\b"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
with:
5858
args: release --rm-dist --release-notes .github/CHANGELOG.md
59-
workdir: ./cmd/driplane
59+
workdir: .

0 commit comments

Comments
 (0)