Skip to content

gregorej/rebar_scm_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rebar SCM plugin

Configuration

In order to use this plugin you have to have following information in your rebar.config file:

{plugins, [rebar_scm_plugin]}

and

{scm, {Protocol, "Path to your scm root"}}

where Protocol is one of following:

  • svn
  • git

You also have to add following dependency:

{rebar_scm_plugin, "1", {git, "git://github.com/gregorej/rebar_scm_plugin"}}

Usage

Tagging version:

rebar tag=YourTag scm

About

Rebar plugin for handling various SCMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages