Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/profitware/lein-bump-version
Programmatically bump project version in Leiningen
https://github.com/profitware/lein-bump-version
bump bumping clojure lein lein-plugin leiningen project semver versioning
Last synced: 3 months ago
JSON representation
Programmatically bump project version in Leiningen
- Host: GitHub
- URL: https://github.com/profitware/lein-bump-version
- Owner: profitware
- License: epl-1.0
- Fork: true (LonoCloud/lein-update-dependency)
- Created: 2018-01-10T15:01:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T18:13:42.000Z (almost 7 years ago)
- Last Synced: 2024-04-23T20:05:45.450Z (8 months ago)
- Topics: bump, bumping, clojure, lein, lein-plugin, leiningen, project, semver, versioning
- Language: Clojure
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lein-bump-version
[![Clojars Project](https://img.shields.io/clojars/v/lein-bump-version.svg)](https://clojars.org/lein-bump-version)
A Leiningen plugin to bump project version and project group dependencies to the same version.
## Usage
In `:plugins` in your `project.clj`:
```text
[lein-bump-version "0.1.6"]
```Bump version for project and all dependencies of the project group:
```
$ lein bump-version 0.3.2
```To increment the PATCH version of the project you may simply use:
```
$ lein bump-version
```You may also use the plugin to update dependencies by their group:
```
$ lein bump-version 0.1.7 project.clj lein-bump-version
```See your `project.clj` file update.
## License
Copyright © 2015 ViaSat
Copyright © 2018 Sergey Sobko
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.