lein-inferv is a highly opinionated way of inferring version from the current
date, time, and git version for
Leiningen projects.
There is no configuration.
In project.clj set the version to "_" (this is not technically necessary,
but a good indicator that the standard version in Leiningen is not used)
Add to the :plugins vector in project.clj:
[lein-inferv "LATEST"]
Test it out, e.g. using lein pprint:
lein pprint
Now the :version used by lein will be inferred in format x.y.z where:
x is the current date in UTCy is the current time in UTCz is the short git sha of the latest commitCopyright © 2020 Trevor Hartman
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version, with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |