Skip to content

Commit

Permalink
fix: use semantic commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed Dec 21, 2022
1 parent a93056d commit 558c01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/success.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = async function success (pluginConfig, {
logger.log('Staging pom.xml');
await add(['pom.xml'], execaOptions);
logger.log('Committing pom.xml');
await commit('Setting next snapshot version [skip ci]', execaOptions);
await commit('chore: Setting next snapshot version [skip ci]', execaOptions);
logger.log('Pushing commit');
await push(repositoryUrl, branch.name, execaOptions);
}
Expand Down

0 comments on commit 558c01e

Please sign in to comment.