Skip to content

Commit

Permalink
wi0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Jan 16, 2025
1 parent 2c27a5f commit 4f3ea33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/interactive-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Each of these steps depend on the previous one, so it's important to follow them in order.
# Each step is idempotent, so you can run the script multiple times if needed.
#
# Usage: ./scripts/interactive-release.sh VERSION
# Usage: ./scripts/interactive-release.sh [VERSION]


set -euo pipefail
Expand Down Expand Up @@ -179,6 +179,7 @@ open-chap-pr() {
gh repo clone IntersectMBO/cardano-haskell-packages -- --single-branch --branch main
cd cardano-haskell-packages
git checkout -b $PR_BRANCH
tell "Running ./scripts/add-from-github.sh with COMMIT_SHA=$COMMIT_SHA"
./scripts/add-from-github.sh https://github.com/IntersectMBO/plutus $COMMIT_SHA plutus-core plutus-ledger-api plutus-tx plutus-tx-plugin
git push --force --set-upstream origin $PR_BRANCH
local PR_URL=$(gh pr create \
Expand Down

0 comments on commit 4f3ea33

Please sign in to comment.