mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
5 lines
139 B
Bash
5 lines
139 B
Bash
#!/usr/bin/env bash
|
|
|
|
./version.js --minor-bump
|
|
VERSION=`./version.js --curent`
|
|
git commit -a -m "chore(relase): start v$VERSION iteration"
|