akhilerm/Changelog Management
Creates changelog and update it in release and push to repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 14, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: akhilerm/openebs-changelog-mgmt@8e5a85203c404fce8d38bc42f641170cbc29c656 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | name of user | no | Github Actions |
| email of user | no | actions@github.com | |
| changelog-dir | directory containing changelogs | no | changelogs |
| create-release-changelog-file | enable to create changelog file for each release | no | true |
| create-release-changelog-dir | enable to create changelog directory for each release | no | false |
| update-release-description | to update the description of the release | no | false |
| release-branch-regex | regex for the release branch format followed in the repo | no | main |
Outputs
| name | description |
|---|---|
| changelog | The generated changelog content |