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

https://github.com/sschmid/bee-semver

Read, write and bump version numbers - https://github.com/sschmid/bee
https://github.com/sschmid/bee-semver

bash bee plugin version versioning

Last synced: about 2 months ago
JSON representation

Read, write and bump version numbers - https://github.com/sschmid/bee

Awesome Lists containing this project

README

          

# semver
Read, write and bump version numbers (see https://semver.org)

https://github.com/sschmid/bee-semver

```
template:

SEMVER_PATH=version.txt # default

usage:

read print the current version
write write the specified version to SEMVER_PATH
major bump the major version
minor bump the minor version
patch bump the patch version
```