Skip to content

Releases: pelotoncycle/release-to-jira

v1.0.3

28 Oct 23:49
00b6058
Compare
Choose a tag to compare

What's Changed

  • Added some better error handling / error messages

Full Changelog: v1.0.2...v1.0.3

v1.0.2

05 Sep 23:25
Compare
Choose a tag to compare
  • 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

09 Aug 21:15
c14a4bf
Compare
Choose a tag to compare

Added python and dependency install to the action for runners that don't have these pre-installed.

v1.0.0

09 Aug 00:09
ff2dbc3
Compare
Choose a tag to compare

First version here @ Peloton. Added:

  1. jira_release_prefix - Allows for a string to be prepended to the Jira release name
  2. Installs gh cli on the runner if it's not already present.