aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/jenkins/release.sh
diff options
context:
space:
mode:
authorTobias Bosch2014-01-09 14:39:48 -0800
committerTobias Bosch2014-01-09 14:59:55 -0800
commit9ddef840b665bd94a49102a4e3dbc433f7b29b9a (patch)
tree68baa133bd27fde473bd700c15532ca26347cf5f /scripts/jenkins/release.sh
parent28fc80bba0107075ab371fd0a7634a38891626b2 (diff)
downloadangular.js-9ddef840b665bd94a49102a4e3dbc433f7b29b9a.tar.bz2
chore(build): add relase-after-cdn script
Diffstat (limited to 'scripts/jenkins/release.sh')
-rwxr-xr-xscripts/jenkins/release.sh3
1 files changed, 3 insertions, 0 deletions
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)]"
)