소스 검색

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,
       )}.`,
     )