Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/olivernn/bump

A simple tool for managing project version files.
https://github.com/olivernn/bump

bumpversion cli rust semver

Last synced: 20 days ago
JSON representation

A simple tool for managing project version files.

Awesome Lists containing this project

README

        

# Bump

A simple tool for managing project version files.

## Usage

```
Usage:
bump init [options]
bump major [options]
bump minor [options]
bump patch [options]
bump build [options]
bump pre

 [options]

bump [options]

Options:
-h, --help Show this screen
-f, --file= Specify the version file path
```