We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855b994 commit b98ae08Copy full SHA for b98ae08
.github/changelog.json
@@ -14,6 +14,7 @@
14
"^docs\\b",
15
"^(?i)refactor\\b",
16
"^(?i)release\\s+\\d+\\.\\d+\\.\\d+",
17
+ "^(?i)releasing\\s+\\d+\\.\\d+\\.\\d+",
18
"^(?i)minor fix\\b",
19
"^(?i)no comment\\b",
20
"^(?i)wip\\b"
.github/workflows/release.yml
@@ -56,4 +56,4 @@ jobs:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
with:
58
args: release --rm-dist --release-notes .github/CHANGELOG.md
59
- workdir: ./cmd/driplane
+ workdir: .
0 commit comments