You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: "When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types"
50
+
: "When changesets are added to this MR, you'll see the packages that this MR includes changesets for and the associated semver types"
51
51
}
52
52
53
53
</details>`
@@ -61,13 +61,13 @@ const getAbsentMessage = (
61
61
62
62
Latest commit: ${commitSha}
63
63
64
-
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.**
64
+
Merging this MR 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.**
65
65
66
66
${getReleasePlanMessage(releasePlan)}
67
67
68
68
[Click here to learn what changesets are, and how to add one](https://github.com/changesets/changesets/blob/master/docs/adding-a-changeset.md).
69
69
70
-
[Click here if you're a maintainer who wants to add a changeset to this PR](${addChangesetUrl})
70
+
[Click here if you're a maintainer who wants to add a changeset to this MR](${addChangesetUrl})
71
71
72
72
`
73
73
@@ -79,13 +79,13 @@ const getApproveMessage = (
79
79
80
80
Latest commit: ${commitSha}
81
81
82
-
**The changes in this PR will be included in the next version bump.**
82
+
**The changes in this MR will be included in the next version bump.**
83
83
84
84
${getReleasePlanMessage(releasePlan)}
85
85
86
86
Not sure what this means? [Click here to learn what changesets are](https://github.com/changesets/changesets/blob/master/docs/adding-a-changeset.md).
87
87
88
-
[Click here if you're a maintainer who wants to add another changeset to this PR](${addChangesetUrl})
88
+
[Click here if you're a maintainer who wants to add another changeset to this MR](${addChangesetUrl})
errFromFetchingChangedFiles=`<details><summary>💥 An error occurred when fetching the changed packages and changesets in this PR</summary>\n\n\`\`\`\n${err.message}\n\`\`\`\n\n</details>\n`
162
+
errFromFetchingChangedFiles=`<details><summary>💥 An error occurred when fetching the changed packages and changesets in this MR</summary>\n\n\`\`\`\n${err.message}\n\`\`\`\n\n</details>\n`
`This PR was opened by the [changesets-gitlab](https://github.com/rx-ts/changesets-gitlab) GitLab CI script. When you're ready to do a release, you can merge this and ${
224
+
constmrBodyPromise=(async()=>
225
+
`This MR was opened by the [changesets-gitlab](https://github.com/rx-ts/changesets-gitlab) GitLab CI script. When you're ready to do a release, you can merge this and ${
225
226
hasPublishScript
226
227
? 'the packages will be published to npm automatically'
227
228
: 'publish to npm yourself or [setup this action to publish automatically](https://github.com/rx-ts/changesets-gitlab#with-publishing)'
228
-
}. If you're not ready to do a release yet, that's fine, whenever you add more changesets to ${branch}, this PR will be updated.
229
+
}. If you're not ready to do a release yet, that's fine, whenever you add more changesets to ${branch}, this MR will be updated.
0 commit comments