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
- Host: GitHub
- URL: https://github.com/sschmid/bee-semver
- Owner: sschmid
- License: mit
- Created: 2021-01-13T17:09:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-17T08:53:50.000Z (about 4 years ago)
- Last Synced: 2025-04-07T19:18:26.391Z (about 1 year ago)
- Topics: bash, bee, plugin, version, versioning
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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
```