Skip to content

Commit

Permalink
fix: copy an .releaserc to config a release
Browse files Browse the repository at this point in the history
  • Loading branch information
opicaud committed May 11, 2024
1 parent 9e2f396 commit 7a4427c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/find-what-next-releases-are.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ path=$(dirname $3)

git clone --single-branch --branch main --quiet https://github.com/opicaud/monorepo.git
cd monorepo || exit 1
cp .releaserc "$path"
cd "$path" || exit 1

$runfiles_dir/$1 --dry-run 1>/dev/null || exit 1
Expand Down

0 comments on commit 7a4427c

Please sign in to comment.