Skip to content

Commit d8a4735

Browse files
committed
let the release script format fetched contributors data
1 parent 01c4e2b commit d8a4735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/release/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ const generateContributors = () => {
244244
const createCommitAndTag = (version) => {
245245
console.log("Creating commit and tag... Pushing to Github...");
246246
runCommand(`git add .`);
247-
runCommand(`git commit -m "chore: release ${version}" --no-verify`);
247+
runCommand(`git commit -m "chore: release ${version}"`);
248248
runCommand(`git tag ${version}`);
249249
runCommand(`git push origin master --tags --no-verify`);
250250
};

0 commit comments

Comments
 (0)