Skip to content

Commit 77bc527

Browse files
committed
ci: debugging
1 parent f96c237 commit 77bc527

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
at: ~/auto
7979
- run:
8080
name: Check for SemVer Label
81-
command: yarn auto pr-check --url $CIRCLE_BUILD_URL
81+
command: yarn auto pr-check -v --url $CIRCLE_BUILD_URL
8282

8383
test:
8484
<<: *defaults

auto.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const brewOptions: IBrewPluginOptions = {
3232
export default function rc(): AutoRc {
3333
return {
3434
plugins: [
35+
"one-release-commit",
3536
[
3637
"upload-assets",
3738
[

0 commit comments

Comments
 (0)