jelly-beam / rebar3_ex_doc

rebar3 plugin for generating docs with ex_doc
Apache License 2.0
43 stars 13 forks source link

Add Elixir script to bump ex_doc version from CLI #67

Closed paulo-ferraz-oliveira closed 1 year ago

paulo-ferraz-oliveira commented 1 year ago

This builds on top of #65 so that a pull request can be created to complement the issue.

paulo-ferraz-oliveira commented 1 year ago

@starbelly, lemme know if the "task" version is an acceptable one. I believe this will imply compiling the code beforehand, but that can be done in the CI that'll invoke this.

On the other hand, I couldn't have Mix.Task.run execute on the code (for lack of application start) or System.cmd execute on the code (for lack of a proper execution path).

starbelly commented 1 year ago

This LGTM!