File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
# Install and run `commitlint`
46
46
- npm i -D @commitlint/config-conventional
47
47
@commitlint/travis-cli
48
- - commitlint-travis
48
+ - commitlint-travis --verbose
49
49
50
50
# # Define the release stage that runs `semantic-release`
51
51
- stage : ' release'
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
# Install and run `commitlint`
148
148
- npm i -D @commitlint/config-conventional
149
149
@commitlint/travis-cli
150
- - commitlint-travis
150
+ - commitlint-travis{{- ' --verbose' if semrel_formula == 'ssf' else '' }}
151
151
{%- if not travis.use_single_job_for_linters %}
152
152
# Run the `rubocop` linter in a separate job that is allowed to fail
153
153
# Once these lint errors are fixed, this can be merged into a single job
You can’t perform that action at this time.
0 commit comments