xpiritcommunityevents/Generate Releasenotes
Generates release otes based on the last list of commit messages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| environment | Reference to the environment data so we can generate release notes: Assign from e.g. github context. | yes | — |
| owner | the owner of the repo, normaly organization name". | yes | — |
| repo | name of the repo, where we retrieve the issues we dump aas releasenotes". | yes | — |
| labelname | name of the label to filter issues we want to use for releasenotes. | yes | — |
| github_token | token that can be used to call the github API". | yes | — |
| markdownfile | name of the file we generate that contians the releasenotes | — | — |
Outputs
| name | description |
|---|---|
| releasenotes-markdown | string containing the markdown with releasenotes. |