Skip to content

Commit

Permalink
Fix(automatic-versioning): updated commit trailer
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Mar 2, 2024
1 parent 59785b2 commit fa84642
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/automatic-versioning/src/types/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ const runner = (
}`
).then(async () => {
if (!noCommit) {
const successMsg = `"CI: ${name} - ${
const successMsg = `$'CI: ${name} - ${
versionUpdate === "prerelease" ? versionUpdate : `${versionUpdate} release`
}"`;
}\n\n\nskip-checks: true'`;
await run("git add .").then(async () => {
await run(`git commit -m ${successMsg} --trailer "skip-checks:true" --no-verify --cleanup=verbatim`).then(
() => console.info(successMsg.green)
await run(`git commit -m ${successMsg} --no-verify --cleanup=verbatim`).then(() =>
console.info(successMsg.green)
);
});
}
Expand Down

0 comments on commit fa84642

Please sign in to comment.