Skip to content

Commit

Permalink
fix(release): debug release command
Browse files Browse the repository at this point in the history
  • Loading branch information
wKovacs64 committed Mar 25, 2019
1 parent 641706f commit d3112e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
key: yarn-packages-{{ checksum "yarn.lock" }}
paths:
- ~/.cache
- run: yarn semantic-release
- run: yarn semantic-release --debug

workflows:
build:
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-template-curly-in-string */
module.exports = {
branch: 'master',
plugins: [
Expand All @@ -8,7 +9,6 @@ module.exports = {
'@semantic-release/git',
{
assets: ['package.json'],
// eslint-disable-next-line no-template-curly-in-string
message: 'chore(release): ${nextRelease.version} [skip ci]',
},
],
Expand Down

0 comments on commit d3112e3

Please sign in to comment.