afterlife-guide/Semantic Versioning Action
A GitHub Action for using a JSON file as the persistence for your Semantic Version number for your repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- Apache 2.0
Pinned Snippet
uses: afterlife-guide/semver.action@26d41679e18282ebf330f1b52c3b9d85f3c85785 # 1.3.8.24tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to the semver JSON file | no | semver.json |
| major-version | The major version number | no | 0 |
| minor-version | The minor version number | no | 0 |
| patch-version | The patch version number | no | 0 |
| build-version | The build version number | no | 0 |
Outputs
| name | description |
|---|---|
| major | The major version number |
| minor | The minor version number |
| patch | The patch version number |
| build | The build version number |
| version | The full version number |