tmknom/Bump Version

Specify the version level to increment and calculate the next version based on semantic versioning. Choose to bump either the major, minor, or patch version. If the current version is not provided, it will be automatically fetched from the latest Git tag. ## Usage ```yaml steps: - name: Bump Version uses: tmknom/bump-version-action@v0 with: bump-level: minor ```

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
bump-levelDetermines which part of the version to increment [patch/minor/major]yes
current-versionThe current version.no
namedescription
versionThe bumped version.