Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release command #61

Closed
laughedelic opened this issue Oct 31, 2013 · 1 comment
Closed

Add release command #61

laughedelic opened this issue Oct 31, 2013 · 1 comment
Assignees
Labels

Comments

@laughedelic
Copy link
Owner

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
@ghost ghost assigned laughedelic Oct 31, 2013
@laughedelic
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant