Skip to content

Commit 32d92bc

Browse files
committed
wip
1 parent 7d47cac commit 32d92bc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

bin/prepare-release.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ command -v gh >/dev/null 2>&1 || fail "gh CLI is not installed."
4646

4747
[ -z "$(git status --porcelain)" ] || fail "Working tree is not clean."
4848

49-
BRANCH="$(git rev-parse --abbrev-ref HEAD)"
50-
[ "$BRANCH" = "trunk" ] || fail "Not on trunk branch (current: $BRANCH)."
51-
52-
git pull --ff-only origin trunk --quiet || fail "trunk is not up to date with origin/trunk."
49+
# BRANCH="$(git rev-parse --abbrev-ref HEAD)"
50+
# [ "$BRANCH" = "trunk" ] || fail "Not on trunk branch (current: $BRANCH)."
51+
#
52+
# git pull --ff-only origin trunk --quiet || fail "trunk is not up to date with origin/trunk."
5353

5454
# 3. GENERATE CHANGELOG
5555
LATEST_TAG="v$CURRENT_VERSION"

0 commit comments

Comments
 (0)