Explorar o código

meta: fix hard-coded branch name in release script

Antoine du Hamel %!s(int64=2) %!d(string=hai) anos
pai
achega
5a09823f6d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
       )}.`,
     )