diff options
| author | Vojta Jina | 2012-03-17 03:10:03 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-03-29 07:22:13 -0700 | 
| commit | 4557881cf84f168855fc8615e174f24d6c2dd6ce (patch) | |
| tree | fbc956578b95dc1af6ffa85158fe55fbba44b175 /start-iteration.sh | |
| parent | af0ad6561c0d75c4f155b07e9cfc36a983af55bd (diff) | |
| download | angular.js-4557881cf84f168855fc8615e174f24d6c2dd6ce.tar.bz2 | |
chore(release scripts): auto release scripts
Diffstat (limited to 'start-iteration.sh')
| -rw-r--r-- | start-iteration.sh | 5 | 
1 files changed, 5 insertions, 0 deletions
| 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" | 
