Skip to content

Commit 0d5a300

Browse files
authored
Update index.ts
1 parent 2fe1cd3 commit 0d5a300

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

index.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ const getAbsentMessage = (
4646
commitSha: string,
4747
addChangesetUrl: string,
4848
releasePlan: ReleasePlan | null
49-
) => `### 💥 No Changeset
49+
) => `### ⚠️ No Changeset found
5050
5151
Latest commit: ${commitSha}
5252
53-
Merging this PR will not cause any packages to be released. If these changes should not cause updates to packages in this repo, this is fine 🙂
54-
55-
**If these changes should be published to npm, you need to add a changeset.**
53+
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. **If these changes should result in a version bump, you need to add a changeset.**
5654
5755
${getReleasePlanMessage(releasePlan)}
5856
@@ -66,11 +64,11 @@ const getApproveMessage = (
6664
commitSha: string,
6765
addChangesetUrl: string,
6866
releasePlan: ReleasePlan | null
69-
) => `### 🦋 Changeset is good to go
67+
) => `### 🦋 Changeset detected
7068
7169
Latest commit: ${commitSha}
7270
73-
**We got this.**
71+
**The changes in this PR will be included in the next version bump.**
7472
7573
${getReleasePlanMessage(releasePlan)}
7674

0 commit comments

Comments
 (0)