Releases: pelotoncycle/release-to-jira
Releases · pelotoncycle/release-to-jira
v1.0.3
v1.0.2
- Start Date field in the Jira release will be filled out with the date that the action was run
- The description field in the release will contain the url to the github release (it's just text though, not a hyperlink -- a limitation of the Jira API)
- The title in the release is now a combination of the prefix specified in the action yaml file ('jira_release_prefix' argument) and the title of the github release. Previously is was the prefix combined with the github tag.
v1.0.1
Added python and dependency install to the action for runners that don't have these pre-installed.
v1.0.0
First version here @ Peloton. Added:
- jira_release_prefix - Allows for a string to be prepended to the Jira release name
- Installs gh cli on the runner if it's not already present.