erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

add a possibility to override the default package name on publish #21

Closed benoitc closed 8 years ago

benoitc commented 8 years ago

Following the discussion in rebar/rebar3#908 , I open a ticket here to track the possible addition of a new metadata to the app.srcpossibly named package_name. The main goal of this feature is to set the package name in hex independently of the application name itself.

tsloughter commented 8 years ago

@benoitc can you try version 1.9.0? You should be able to use {pkg_name, <name>} in the .app.src now to set the package name.

benoitc commented 8 years ago

thanks for the change! Publishing was working, however the --revertcommand was not using the alternate path. #22 should fix it.