Skip to content

Releases: bitrise-steplib/steps-deploy-to-itunesconnect-deliver

2.6.2

21 Sep 14:53

Choose a tag to compare

  • [9eabedc] v2.6.2 prep - bitrise.yml cleanup
  • [fbe67a5] Added TestFlight to more places in descriptions
  • [e02e5ca] step title - include TestFlight

2.6.1

08 Aug 07:34

Choose a tag to compare

Typo fix

2.6.0

25 May 13:00

Choose a tag to compare

  • NEW_INPUT : team_id - use this input or team_name to specify the team

2.5.1

18 May 16:18

Choose a tag to compare

  • step description update

2.5.0

03 May 09:53

Choose a tag to compare

  • Add Mac apps deployment support

2.4.1

13 Apr 10:04

Choose a tag to compare

  • NEW INPUT : update_deliver - Should the step use the latest version of deliver gem, or the preinstalled one?
    default: true

2.4.0

10 Mar 12:24

Choose a tag to compare

  • NEW input: team_name to have capacity to deliver with multiple team account

2.3.0

13 Jan 15:14

Choose a tag to compare

Two new options:

  • skip_metadata
  • skip_screenshots

Both were hardcoded to "yes" previously, which is still the default behaviour, but you can now enable the metadata & screenshots uploads if you want to.

Thanks @blured2000 for the implementation!

2.2.1

11 Dec 17:09

Choose a tag to compare

Added project_type_tags: ios

2.2.0

29 Oct 11:36

Choose a tag to compare

  • _setup now supports OS X system ruby and brew installed ruby as well
  • all the inputs are now marked with is_expand: true, so you can use Environment Variables as the input value without changing this option