deckhouse/Changelog
Parses changelog milestones
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github token | yes | — |
| repo | Repo to fetch pull requests from. In format "owner/repo". | yes | — |
| milestone | Milestone title. Must be in format vX.Y.Z (e.g. "v1.39.45"). | no | — |
| validate_only | If 'true', only validate changes (no PR creation). | no | false |
| allowed_sections | Sections config for the validation of possible values. Optional. Accepts comma-separated or newline-sepatated strings. Forced impact_level can be added with a colon. Example: chrony ci:low docs node-manager | no | — |
Outputs
| name | description |
|---|---|
| release_yaml | Changelog YAML for the patch release |
| release_markdown | Changelog markdown for the patch release |
| branch_markdown | Changelog markdown for the minor release branch |
| minor_version | Minor version string, e.g. "v1.39" |
| is_valid_changelog_entry | Boolean whether changelog entry in PR is valid or not |