Skip to content

Commit

Permalink
fix(release): only skip Circle CI on release (not Netlify)
Browse files Browse the repository at this point in the history
  • Loading branch information
wKovacs64 committed Mar 25, 2019
1 parent 3ca09e1 commit fc5fd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
'@semantic-release/git',
{
assets: ['package.json'],
message: 'chore(release): ${nextRelease.version} [skip ci]',
message: 'chore(release): ${nextRelease.version} [skip circleci]',
},
],
],
Expand Down

0 comments on commit fc5fd6b

Please sign in to comment.