From b5260e23286cc68ef0eaf109949e453c36e60ea1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Jan 2023 12:10:20 +0000 Subject: [PATCH] chore(release): bump version to 4.4.0-beta.9[skip ci] # [4.4.0-beta.9](https://github.com/nitro-build/bitrise-step-nitro-ios/compare/4.4.0-beta.8...4.4.0-beta.9) (2023-01-05) ### Features * include new output NITRO_APP_PATH ([8fa22fc](https://github.com/nitro-build/bitrise-step-nitro-ios/commit/8fa22fcbea10b094ffe305401f92b4853c1d3427)) * upgrade nitro ([6b48669](https://github.com/nitro-build/bitrise-step-nitro-ios/commit/6b4866927dcf0640dcd890845f799620f0081141)) --- CHANGELOG.md | 8 ++++++++ README.md | 3 ++- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f618447..b7fe734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [4.4.0-beta.9](https://github.com/nitro-build/bitrise-step-nitro-ios/compare/4.4.0-beta.8...4.4.0-beta.9) (2023-01-05) + + +### Features + +* include new output NITRO_APP_PATH ([8fa22fc](https://github.com/nitro-build/bitrise-step-nitro-ios/commit/8fa22fcbea10b094ffe305401f92b4853c1d3427)) +* upgrade nitro ([6b48669](https://github.com/nitro-build/bitrise-step-nitro-ios/commit/6b4866927dcf0640dcd890845f799620f0081141)) + # [4.4.0-beta.8](https://github.com/nitro-build/bitrise-step-nitro-ios/compare/4.4.0-beta.7...4.4.0-beta.8) (2023-01-04) diff --git a/README.md b/README.md index 0a69b8a..199f303 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,9 @@ You can also run this step directly with [Bitrise CLI](https://github.com/bitris | `NITRO_BUILD_STATUS` | The status of the latest build (success / failure) | | `NITRO_OUTPUT_DIR` | The path to the directory where to place all of Nitro's output files | | `NITRO_LOGS_PATH` | The full path to access the build log | -| `NITRO_DEPLOY_PATH` | The full path to access the build artifacts | | `NITRO_SUMMARY_PATH` | The full path to access the build summary report | +| `NITRO_APP_PATH` | The full path to access the iOS package (.app or .ipa) | +| `NITRO_DEPLOY_PATH` | The full path to access the iOS package (.app or .ipa) | ## 🙋 Contributing diff --git a/package.json b/package.json index 430673a..2d569ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitrise-step-nitro-ios", - "version": "4.4.0-beta.8", + "version": "4.4.0-beta.9", "repository": "git@github.com:nitro-build/bitrise-step-nitro-ios.git", "author": "Juan Pablo Garcia ", "license": "MIT",