vernemq / rebar3_cuttlefish

Cuttlefish plugin for rebar3
Other
26 stars 37 forks source link

depend on release task? #2

Closed marianoguerra closed 9 years ago

marianoguerra commented 9 years ago

hi, was trying this plugin and it was failing, after debuging a little I found out that it was failing to write in the rel folder since it was a new project and I hadn't run the release task.

maybe make this task call release before running or add it as a post hook of the release task?

tsloughter commented 9 years ago

Ah good point.

tsloughter commented 9 years ago

Fixed.