actions-marketplace-validations/Publish Changelog
Publish the latest changelog from CHANGELOG.md via webhook (e.g. discord).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 15, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/derpierre65_publish-changelog-action@9ef2f2ee92c6533db1c8f64695e089416d28d41c # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook-url | The webhook url that to be called | yes | — |
| changelog | File location for the CHANGELOG.md file | no | ./CHANGELOG.md |
| format-date | Format for a date. | no | Y-m-d |
| format-version | Format for the version line (available variables: version, date) | no | **{{version}} - {{date}}** |
| format-type | Format for the type of change (added, changed, fixed, ...) | no | *{{type}}* |
| format-change | Format for a line of change | no | • {{text}} |
Outputs
no outputs