Skip to content

Core Changelog

[2.6.1] - 2024-01-09

  • Fix: missing blank? method because ActiveSupport requires you to load the extensions explicitly from 7.1

[2.6.0] - 2023-09-20

  • Add option to expand ADO tickets with additional information
  • Add ability to assign users to ADO tickets

[2.5.0] - 2023-09-20

  • Added more options to the ADO queries for more in granular filtering.

[2.4.0] - 2023-09-04

  • No change - keeping version in sync with fastlane plugin.

[2.3.2] - 2023-04-06

  • Add utility for parsing build variant from android build command

[2.3.1] - 2023-04-05

  • Makes loading pull request information more robust for situations where a ticket has no PRs.

[2.3.0] - 2023-04-03

  • No changes, version bump to keep in sync with fastlane plugin.

[2.2.3] - 2023-01-26

  • Filter tickets with id 0 from changelog since these are almost always just placeholders.

[2.2.2] - 2022-08-24

  • Suppress ADO errors when requesting tickets that don't exist - match JIRA behaviour

[2.2.1] - 2022-08-21

  • Reduce ruby version to match what bitrise has installed

[2.2.0] - 2022-08-16

  • Bumped min ruby version to 3.0.0 to prevent subtle bugs
  • Removed references to JIRA in default release note templates
  • Fixed issues with git warnings being treated like errors

[2.1.0] - 2022-07-26

  • Added a few bitrise utils to support listing builds, triggering builds and downloading artifacts.
  • Added utilities to the network service to upload files

[2.0.0] - 2022-05-25

  • Almost total refactor to support having different board providers (other than jira)
  • Implement ADO support for all existing actions

[1.2.0] - 2022-05-17

  • Filter out issues missing from git changelogs when finding tickets to move.

[1.1.0] - 2022-05-12

  • Support allowing tickets that aren't assigned to a sprint to be moved.
  • Created utilities for getting the git root and number of commits

[1.0.0] - 2022-05-09 - Initial release

  • Various JIRA utilities to simplify JIRA interactions
  • Action for searching JIRA tickets
  • Action for transitioning JIRA tickets
  • Action for generating release notes
  • Action for extracting ticket keys from Git changelog
Back to top