We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96c237 commit 77bc527Copy full SHA for 77bc527
.circleci/config.yml
@@ -78,7 +78,7 @@ jobs:
78
at: ~/auto
79
- run:
80
name: Check for SemVer Label
81
- command: yarn auto pr-check --url $CIRCLE_BUILD_URL
+ command: yarn auto pr-check -v --url $CIRCLE_BUILD_URL
82
83
test:
84
<<: *defaults
auto.config.ts
@@ -32,6 +32,7 @@ const brewOptions: IBrewPluginOptions = {
32
export default function rc(): AutoRc {
33
return {
34
plugins: [
35
+ "one-release-commit",
36
[
37
"upload-assets",
38
0 commit comments