Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omid/gitversion
Basic Semantic Versioning for Git projects
https://github.com/omid/gitversion
continuous-delivery continuous-deployment continuous-integration git gitversion hacktoberfest semver version versioning
Last synced: about 1 month ago
JSON representation
Basic Semantic Versioning for Git projects
- Host: GitHub
- URL: https://github.com/omid/gitversion
- Owner: omid
- License: mit
- Created: 2018-11-28T19:25:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T17:12:07.000Z (over 3 years ago)
- Last Synced: 2024-10-07T11:20:55.413Z (about 1 month ago)
- Topics: continuous-delivery, continuous-deployment, continuous-integration, git, gitversion, hacktoberfest, semver, version, versioning
- Language: Rust
- Homepage: https://crates.io/crates/gitversion
- Size: 41 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitversion
[![MIT licensed][mit-badge]][mit-url]
#### Basic Semantic and Sequential Versioning for Git projects
The download size of the docker image is only around *9MB* and the actual size of the docker image is less than *19MB*.
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: LICENSE## Usage
#### Docker
_Note: change **DIR** to the Git project dir._
```bash
docker run -v DIR:/repo omidmr/gitversion gitversion --help
```#### Manual
```bash
cargo install gitversion
gitversion --help
```## License
This project is licensed under the [MIT license](LICENSE).