From 9ddef840b665bd94a49102a4e3dbc433f7b29b9a Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Thu, 9 Jan 2014 14:39:48 -0800 Subject: chore(build): add relase-after-cdn script --- scripts/jenkins/release.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/jenkins/release.sh') diff --git a/scripts/jenkins/release.sh b/scripts/jenkins/release.sh index 1b1bd26e..744a1a28 100755 --- a/scripts/jenkins/release.sh +++ b/scripts/jenkins/release.sh @@ -7,6 +7,9 @@ echo "#################################" ARG_DEFS=( "--next-version-type=(patch|minor|major)" "--next-version-name=(.+)" + # require the git dryrun flag so the script can't be run without + # thinking about this! + "--git-push-dryrun=(true|false)" "[--no-test=(true|false)]" ) -- cgit v1.2.3