https://github.com/koki-develop/bump-semver-action
Bump a semantic version.
https://github.com/koki-develop/bump-semver-action
Last synced: 7 days ago
JSON representation
Bump a semantic version.
- Host: GitHub
- URL: https://github.com/koki-develop/bump-semver-action
- Owner: koki-develop
- License: mit
- Created: 2025-01-06T06:05:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-19T03:29:29.000Z (9 days ago)
- Last Synced: 2026-04-19T04:29:24.499Z (9 days ago)
- Language: TypeScript
- Homepage: https://github.com/marketplace/actions/bump-semantic-version-action
- Size: 1.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bump Semantic Version Action
[](https://github.com/koki-develop/bump-semver-action/releases/latest)
[](https://github.com/koki-develop/bump-semver-action/actions/workflows/ci.yml)
[](https://github.com/koki-develop/bump-semver-action/actions/workflows/build.yml)
Bump a semantic version.
## Usage
See [`action.yml`](./action.yml).
```yaml
jobs:
bump:
permissions:
contents: write
steps:
- uses: koki-develop/bump-semver-action@v1
with:
level: patch # major, minor, patch
```
## LICENSE
[MIT](./LICENSE)