Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).