Verto

Automatically version a repository using Semantic Versioning, without worrying about manually incrementing versions in files or git.

This project was inspired by Balena's versionist project, but verto aims to be simpler to use, and have zero configuration.

Getting Started

Troubleshooting / Common Problems

Version Disagreement

verto requires that all plugins (project types) specify the same version. If you have a version.txt at version 1.0.0 and a git tag set to 0.1.0, verto will error and exit. To fix this, make sure all detected/enabled plugins are reporting the same version.

Usage

``` USAGE: verto [FLAGS] [OPTIONS]

FLAGS: -n, --dry-run -h, --help Prints help information --plugin-list List available plugins compiled into this binary -V, --version Prints version information

OPTIONS: --branch Only version this branch. If you run this on a branch other than the specified branch, verto will complain and exit non-zero -p, --path --plugin-add ... Plugins to force the use of, regardless of whether their identifier methods detect a match for your repository --plugin-remove ... Plugins to not use, even though they match your repository --prefix ```