Skip to content

2.1.0

Latest

Choose a tag to compare

@matejsemancik matejsemancik released this 14 Nov 13:15
· 4 commits to main since this release
9fef89d

New features

JIRA transitions

All nightly build workflows now support automatically transitioning related tickets to specific status after successful build:

Usage

  • Specify new secret jira_context: ${{ secrets.JIRA_CONTEXT }} (Is org-level secret)
  • Specify new input with status to which ticket will be transitioned: jira_transition: 'Testing'

What's Changed

  • Workflow inputs cleanup & Fix LFS in iOS builds by @ssestak in #72
  • Add Git LFS support to changelog generation action by @ssestak in #73
  • Remove input secret_properties from iOS selfhosted build by @ssestak in #74
  • fix(test): Fix all failing tests in universal-detect-changes-and-generate-changelog by @ssestak in #75
  • JIRA transitions by @matejsemancik in #71

Full Changelog: 2.0.1...2.1.0