There was an error while loading. Please reload this page.
1 parent be50e4a commit 955c958Copy full SHA for 955c958
.changeset/green-ducks-yawn.md
@@ -0,0 +1,5 @@
1
+---
2
+"changesets-gitlab": patch
3
4
+
5
+fix: not open add changeset url on specific environment
src/comment.ts
@@ -199,7 +199,7 @@ export const comment = async () => {
199
}),
200
] as const)
201
202
- const addChangesetUrl = `${CI_MERGE_REQUEST_PROJECT_URL!}/new/${mrBranch}?file_name=.changeset/${humanId(
+ const addChangesetUrl = `${CI_MERGE_REQUEST_PROJECT_URL!}/-/new/${mrBranch}?file_name=.changeset/${humanId(
203
{
204
separator: '-',
205
capitalize: false,
0 commit comments