fresa/Trunk Based Release Versioning
Release versioning based on the trunk based development branching model
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
no inputs
Outputs
| name | description |
|---|---|
| version | Release version in SemVer format |
| major-version | The major version |
| minor-version | The minor version |
| patch-version | The patch version |
| is-prerelease | Is this a prerelease? |
| commit-count | Number of commits the release consists off |
| commit-logs-path | The path to the file containing the commit logs for the release. The logs are formatted as yaml in the format of 'hash: %H%nmessage: | %n %s%n%n %b%n---'. |
| release-ref | The commit SHA to the release |
| last-release-ref | The commit SHA to the last release |
| last-version | The release tag of the last release |