mikepenz/Jira Release
Creates a jira release ticket, given release notes as input.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| releaseVersion | The version this release gets. E.g.: 2023.1.0 | yes | — |
| projectDirectory | The directory of the project. Also the root of this scripts execution | yes | — |
| configurationDirectory | The directory which hosts the `jira_magic_config.json` file | yes | — |
| cachesDirectory | The directory which will contain all written caches | yes | — |
| changeLog | The changelog to parse, and create the release ticket with | yes | — |
| jiraToken | The Jira token to use to create the release ticket | yes | — |
| demoMode | Allows to enable a demo mode, not creating any ticket. Set to "true" or "1" to enable | yes | "" |
Outputs
| name | description |
|---|---|
| release-ticket-id | Release ticket |
| release-version-meta | Release version meta data |