felixrizzolli/Auto Update Changelog Deps Action
Automatically updates or adds the changed dependencies in the CHANGELOG.md file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for authentication (needs contents: write permission) | yes | ${{ github.token }} |
| package-json-path | Path to package.json file (relative to repository root) | no | package.json |
| changelog-path | Path to CHANGELOG.md file (relative to repository root) | no | CHANGELOG.md |
| commit-message | Custom commit message for the changelog update | no | chore: update CHANGELOG.md with dependency changes |
Outputs
| name | description |
|---|---|
| changes-detected | Whether any dependency changes were detected |
| changelog-updated | Whether the CHANGELOG.md was successfully updated |