Skip to content

Commit aa8ff19

Browse files
committed
fix: release notes publish bug
RELEASE_ALL
1 parent 378e772 commit aa8ff19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ async function run() {
271271
}
272272

273273
const scope = commit.parsed.scope
274-
? `(${commit.parsed.scope}): `
274+
? `${commit.parsed.scope}: `
275275
: ''
276276
const subject = commit.parsed.subject ?? commit.subject
277277
// const commitUrl = `${remoteURL}/commit/${commit.commit.long}`;

0 commit comments

Comments
 (0)