-
Notifications
You must be signed in to change notification settings - Fork 93
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
Build tools need to be consolidated #88
Comments
Update Rakefile to also run the release.py script. Refs #88.
Btw, why don't you convert |
It's part of rake release now. It's just a tool I use in other projects Anyway yeah rake release handles invoking it now.
|
This should just be handled with a git pre-commit hook to run the tests. |
Run test suite before release. Fixes #88
Disable custom logger backend on Elixir 1.7.0-dev due to incompatibility
I'm fine with just
Rakefile
being the center of gravity, so mostly all this needs is forrake release
to:release.py
to automatically updateCHANGELOG.md
The text was updated successfully, but these errors were encountered: