Преглед изворни кода

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