5HT / fs

📁 FS: Windows, Linux, Mac Driver
https://fs.n2o.dev
Other
235 stars 69 forks source link

Upload newest package to hex.pm #20

Closed gleber closed 8 years ago

gleber commented 8 years ago

Currently hex.pm contains only version 0.9 as seen here https://hex.pm/packages/fs

Please upload the latest version, so it can be seamlessly used with rebar3

5HT commented 8 years ago

OK, just remind me the bash sequence how to publish :-) I know there is two ways of publish, one is correct and another is legacy.

gleber commented 8 years ago

Make sure you have rebar3 installed (for example):

cd /usr/local/bin/
sudo wget https://s3.amazonaws.com/rebar3/rebar3
chmod a+rx rebar3

Make sure your ~/.config/rebar3/rebar.config contains

{plugins, [rebar3_hex]}.

Later do

rebar3 hex user auth  # to "log in" your hex.pm account
rebar3 hex publish
5HT commented 8 years ago
Proceed? ("Y")> Y
===> Status Code: HTTP status code: 400
Hex Error: Bad request
egobrain commented 8 years ago

===> Status Code: HTTP status code: 400 Hex Error: Bad request

Check the app version. Some times it looks like:

Publishing myapp 1.0.0+build.6.reff0aec24

Hex.pm supports semver without appending.

lpil commented 8 years ago

Close this? :)