浏览代码

meta: fix hard-coded branch name in release script

Antoine du Hamel 2 年之前
父节点
当前提交
5a09823f6d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      private/release/choose-semverness.js

+ 1 - 1
private/release/choose-semverness.js

@@ -66,7 +66,7 @@ export default async function pickSemverness (
       `\nHere are the commits that landed on ${name} since previous release:\n${stdout}\n`,
     )
     console.log(
-      `Check the web UI at https://github.com/transloadit/uppy/tree/main/${encodeURI(
+      `Check the web UI at https://github.com/transloadit/uppy/tree/${TARGET_BRANCH}/${encodeURI(
         location,
       )}.`,
     )