We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
serial
1 parent 5132713 commit 8fda503Copy full SHA for 8fda503
test/prepare.test.js
@@ -62,7 +62,7 @@ test('Exclude CHANGELOG.md, package.json, package-lock.json, and npm-shrinkwrap.
62
t.deepEqual(await gitCommitedFiles('HEAD', {cwd, env}), []);
63
});
64
65
-test.serial('Allow to customize the commit message', async t => {
+test('Allow to customize the commit message', async t => {
66
const {cwd, repositoryUrl} = await gitRepo(true);
67
const pluginConfig = {
68
message: `Release version \${nextRelease.version} from branch \${branch}
0 commit comments