laughedelic / gtm

:stopwatch: git task/time manager
86 stars 10 forks source link

Add release command #61

Closed laughedelic closed 11 years ago

laughedelic commented 11 years ago

after sbt release, version is bumped, then normal scenario is

gtm task release/v0.X.0 -m "<name> v0.X.0 release"
# change version if it's not changed
git commit -a -m "Setting version to 0.X.0-SNAPSHOT"
gtm push
gtm connect
laughedelic commented 11 years ago

looks too involved to abstract it from sbt. so I'll just create a local alias.