Skip to content

Commit b219b5c

Browse files
committed
please.sh prerelease: offer --no-include-sha256sums
This is needed with --no-upload in the automated build. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c981e88 commit b219b5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

please.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,6 +1587,9 @@ prerelease () { # [--installer | --portable | --mingit | --mingit-busybox] [--on
15871587
--include-sha256sums)
15881588
include_sha256sums=--include-sha256sums
15891589
;;
1590+
--no-include-sha256sums)
1591+
include_sha256sums=
1592+
;;
15901593
-*) die "Unknown option: %s\n" "$1";;
15911594
*) break;;
15921595
esac; do shift; done

0 commit comments

Comments
 (0)