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

Build tools need to be consolidated #88

Closed
mattdeboard opened this issue Aug 19, 2014 · 3 comments · Fixed by #138
Closed

Build tools need to be consolidated #88

mattdeboard opened this issue Aug 19, 2014 · 3 comments · Fixed by #138

Comments

@mattdeboard
Copy link
Contributor

I'm fine with just Rakefile being the center of gravity, so mostly all this needs is for rake release to:

  1. Run the tests. If those pass, continue.
  2. Invoke release.py to automatically update CHANGELOG.md
  3. Invoke its current functionality as normal.
mattdeboard added a commit that referenced this issue Aug 20, 2014
Update Rakefile to also run the release.py script. Refs #88.
@bbatsov
Copy link
Contributor

bbatsov commented Aug 26, 2014

Btw, why don't you convert release.py to a Ruby rake task? Seems odd to use both a Ruby and a Python tool at the same time.

@mattdeboard
Copy link
Contributor Author

It's part of rake release now. It's just a tool I use in other projects
that does exactly what I want :-P

Anyway yeah rake release handles invoking it now.
On Aug 26, 2014 1:37 AM, "Bozhidar Batsov" [email protected] wrote:

Btw, why don't you convert release.py to a Ruby rake task? Seems odd to
use both a Ruby and a Python tool at the same time.


Reply to this email directly or view it on GitHub
#88 (comment)
.

@mattdeboard
Copy link
Contributor Author

This should just be handled with a git pre-commit hook to run the tests.

mattdeboard added a commit that referenced this issue Oct 29, 2014
J3RN pushed a commit to J3RN/emacs-elixir that referenced this issue Apr 24, 2021
Disable custom logger backend on Elixir 1.7.0-dev due to incompatibility
J3RN pushed a commit to J3RN/emacs-elixir that referenced this issue Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants