We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d47cac commit 32d92bcCopy full SHA for 32d92bc
1 file changed
bin/prepare-release.sh
@@ -46,10 +46,10 @@ command -v gh >/dev/null 2>&1 || fail "gh CLI is not installed."
46
47
[ -z "$(git status --porcelain)" ] || fail "Working tree is not clean."
48
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."
+# BRANCH="$(git rev-parse --abbrev-ref HEAD)"
+# [ "$BRANCH" = "trunk" ] || fail "Not on trunk branch (current: $BRANCH)."
+#
+# git pull --ff-only origin trunk --quiet || fail "trunk is not up to date with origin/trunk."
53
54
# 3. GENERATE CHANGELOG
55
LATEST_TAG="v$CURRENT_VERSION"
0 commit comments