wlabelle / lein-sha-version

A Leiningen plugin to set the project version based on the git SHA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lein-sha-version

A Leiningen plugin to set the project version based on the git sha of the current branch.

Usage

To be able to access the plugin from any project, put [lein-sha-version "0.1.0"] into the :plugins vector of your :sha, or other non-standard, profile. Invoke lein with lein with-profile sha to use the sha version number for the project, e.g. lein with-profile sha deploy clojars to deploy the sha based version to clojars.

Put [lein-sha-version "0.1.0"] into the :plugins vector of your :dev profile in project.clj if you always want to use a sha version with a specific project.

To control the length of the generated SHA, you can set the :length key under :sha in your project or profile. The length defaults to seven.

:sha {:length 8}

License

Copyright © 2012 Hugo Duncan

Distributed under the Eclipse Public License.

About

A Leiningen plugin to set the project version based on the git SHA


Languages

Language:Clojure 53.9%Language:Shell 46.1%