denisa/Changelog Query
Validate the changelog file and extract current release information
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| basePath | local path to check out the base branch | no | base |
| changelog | name of the changelog file | no | CHANGELOG.md |
| changeMap | A configuration file that defines a custom mapping from change kind to version increment. | no | "" |
| dockerProxy | A proxy for dockerhub | no | "" |
| mode | validation mode for the changelog, one of "release" or "feature" | no | release |
| validateAgainstBase | If true and in a pull-request, ensures that the changelog introduces exactly one new version | no | true |
Outputs
| name | description |
|---|---|
| version | The release version |
| tag | The tag to apply, the version prefixed with a "v" |
| name | The release name |
| status | The status of the release (prereleased, released, unreleased, yanked) |
| changes | all the changes for that release |