Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
fix: fix commit message syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
braddialpad committed Sep 22, 2022
1 parent b0e8688 commit 36bf269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-local.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
message: 'chore(release): ${nextRelease.version} \n\n${nextRelease.notes}',
}],
["@semantic-release/exec", {
"prepareCmd": "mvn versions:set -DnewVersion=${nextRelease.version} && git add -A && git commit -m 'release maven package ${nextRelease.version}'"
"prepareCmd": "mvn versions:set -DnewVersion=${nextRelease.version} && git add -A && git commit -m 'chore(release): ${nextRelease.version} maven' && git push"
}],
],
};

0 comments on commit 36bf269

Please sign in to comment.