Jake Schwartz
Jake Schwartz
Added https://github.com/sbt/sbt-release/pull/191
My tests fail (because I just blindly copied another test). What test framework are the tests in sbt-test package using? Does anyone have any resources that I could look at...
Thanks @xuwei-k. Now that my tests pass, I still need some guidance on how make this work with hg and svn. Thanks in advance!
Thanks for the review @jroper. I assumed those were not the correct implementations for hg and svn, that's why I added //FIXMEs and hopefully someone who did know what do...
@jroper I have added the documentation that you requested. I also made a major change. I realized the branch switching would not work with pushing because of the tracking remote/branch...
In terms of testing, this should work as described, I have been using it for several weeks.
With the branch switching / gitflow support I want to add (https://github.com/sbt/sbt-release/pull/191), this will be the next big step. If anyone has any suggestions on how to do this, let...
Added PR for this https://github.com/sbt/sbt-release/pull/192
@xiaodongw I am interested in taking over the project!
I have a fork here: https://github.com/jakehschwartz/finatra-swagger I have made some changes so its not completely backwards compatible with xiaodongw's version. The README has a simple set up example that should...