From 4557881cf84f168855fc8615e174f24d6c2dd6ce Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Sat, 17 Mar 2012 03:10:03 -0700 Subject: chore(release scripts): auto release scripts --- start-iteration.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 start-iteration.sh (limited to 'start-iteration.sh') diff --git a/start-iteration.sh b/start-iteration.sh new file mode 100644 index 00000000..bf82478c --- /dev/null +++ b/start-iteration.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +./version.js --minor-bump +VERSION=`./version.js --curent` +git commit -a -m "chore(relase): start v$VERSION iteration" -- cgit v1.2.3