Skip to content

Commit

Permalink
meta: fix hard-coded branch name in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jun 9, 2022
1 parent 8f8f0e2 commit 5a09823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/release/choose-semverness.js
Expand Up @@ -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,
)}.`,
)
Expand Down

0 comments on commit 5a09823

Please sign in to comment.