patrixr/Jira Release Notes
Github action to generate release notes based on JIRA tickets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| head | The head ref or source branch | yes | — |
| base | The base ref or source branch | yes | — |
| jira-code | Jira ticket code e.g ABC | yes | — |
| jira-host | Jira host e.g jira.mycompany.com | yes | — |
| jira-username | Jira username | yes | — |
| jira-password | Jira password | yes | — |
| email-to | Recipients for the release notes | no | — |
| sendgrid-api-key | Sendgrid API key (required for emails) | no | — |
| email-subject | Subject of the release email | no | — |
| app-name | Name of the app or service | no | — |
| If set to true, will return pdf output otherwise will return markdown output | no | false | |
| unshallow | If set to true, will unshallow the repository before fetching the commits | no | false |
Outputs
| name | description |
|---|---|
| File path of the generated PDF file |