stellarwp/Changelogger
Manage changelogs through change files in a changelog directory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The changelogger command to run (add, validate, write) | yes | validate |
| from | The git commit/tag/branch to compare from | no | — |
| to | The git commit/tag/branch to compare to | no | — |
| file | The file to validate | no | — |
| significance | The significance of the change (patch, minor, major) | no | — |
| type | The type of change (added, changed, deprecated, removed, fixed, security) | no | — |
| entry | The changelog entry text | no | — |
| filename | The filename to use when adding a changelog entry | no | — |
| version | The version to use when writing the changelog | no | — |
| date | The date to use when writing the changelog | no | — |
Outputs
| name | description |
|---|---|
| result | The result of the command execution |