Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.

Commit 85aa2dc

Browse files
authored
Merge pull request #7 from SoYoung210/fix-comment
feat: 🎸 test sample one break change
2 parents 542d95f + 3da2360 commit 85aa2dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[
2121
"@semantic-release/github",
2222
{
23-
"successComment": true
23+
"successComment": "🎉 ${LERNA_PACKAGE_NAME} v\\${version} is released"
2424
}
2525
],
2626
[

packages/sample-one/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export function sampleOne() {
2-
return 'hello i am sample one';
2+
return 'hello i am sample one, Test BREAK CHANGE';
33
}

0 commit comments

Comments
 (0)