mynameisdaniil / gitrel

Rebar3 plugin for creating and uploading GitHub releses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitrel

Create and upload GitHub releases

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

{plugins, [
    { gitrel, ".*", {git, "git@host:user/gitrel.git", {tag, "0.1.0"}}}
]}.

Then add following section to rebar config:

{gitrel, [
          {user, "mynameisdaniil"},
          {token, "you_github_acess_token"},
          {repo, "mynameisdaniil/gitrel"}
         ]}.

Then just call your plugin directly in an existing application:

$ rebar3 gitrel
===> Fetching gitrel
===> Compiling gitrel
<Plugin Output>

About

Rebar3 plugin for creating and uploading GitHub releses

License:Other


Languages

Language:Erlang 100.0%