Skip to content

Commit

Permalink
fix: update sibling dep update message (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 3, 2022
1 parent 6995159 commit 2c488e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/user.js
Expand Up @@ -88,7 +88,7 @@ const defaults = {
preid: undefined,
distTag: 'latest',
remote: 'origin',
siblingDepUpdateMessage: 'chore: update sibling dependencies [skip ci]',
siblingDepUpdateMessage: 'deps: update sibling dependencies',
siblingDepUpdateName: 'semantic-release-bot',
siblingDepUpdateEmail: 'semantic-release-bot@martynus.net'
},
Expand Down

0 comments on commit 2c488e7

Please sign in to comment.