Skip to content

Commit 65d810e

Browse files
authored
fix(ci): add missing newline (#5938)
1 parent 16135ee commit 65d810e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ async function bumpAndPush(nextVersion, releaseBranch, publisher) {
202202
},
203203
null,
204204
2
205-
)
205+
) + '\n'
206206
);
207207
await execFile('git', ['add', compassPackageJsonPath, `package-lock.json`], {
208208
cwd: monorepoRoot,

0 commit comments

Comments
 (0)