We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d870867 + fdf235d commit 24f5b0eCopy full SHA for 24f5b0e
.github/workflows/dry-run-release.yml
@@ -10,7 +10,9 @@ jobs:
10
- uses: actions/checkout@v4
11
with:
12
fetch-depth: 0
13
- - uses: wagoid/commitlint-github-action@v5
+ # Use this action to run commitlint because pre-commit does not run it in CI.
14
+ # pre-commit probably does not run commitlint in CI because pre-commit can only run it in the `commit-msg` stage.
15
+ - uses: wagoid/commitlint-github-action@v6
16
17
test-release:
18
name: Dry-run semantic-release
0 commit comments