From 558c01e06c7c7483259e699a41ebd4ee8ac1ab8a Mon Sep 17 00:00:00 2001 From: Simon Seyock Date: Wed, 21 Dec 2022 11:10:38 +0100 Subject: [PATCH] fix: use semantic commit message --- src/success.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/success.js b/src/success.js index 63996cc..be1ca0d 100644 --- a/src/success.js +++ b/src/success.js @@ -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); }