trs/Increment SemVer Action
Determine the next semver based on commits to a given path and the last tag.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github Token | yes | — |
| directory | Directory where package.json is located | no | . |
| prefix | Prefix for next tag | — | <package name>@v |
Outputs
| name | description |
|---|---|
| latestVersion | Latest version |
| latestTag | Latest tag |
| nextVersion | Next version |
| nextTag | Next tag |
| changeLog | List of commits |