Skip to content

Commit

Permalink
chore(release): bump version to 4.3.0[skip ci]
Browse files Browse the repository at this point in the history
# [4.3.0](4.2.1...4.3.0) (2022-12-19)

### Features

* add arguments to specify custom s3 cache provider config ([8a9cf9d](8a9cf9d))
  • Loading branch information
semantic-release-bot committed Dec 19, 2022
1 parent 7d3593c commit 0ee9227
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.3.0](https://github.com/nitro-build/bitrise-step-nitro-ios/compare/4.2.1...4.3.0) (2022-12-19)


### Features

* add arguments to specify custom s3 cache provider config ([8a9cf9d](https://github.com/nitro-build/bitrise-step-nitro-ios/commit/8a9cf9d182dbb02d710c0e5be968c139bfe5660a))

# [4.3.0-beta.1](https://github.com/nitro-build/bitrise-step-nitro-ios/compare/4.2.1...4.3.0-beta.1) (2022-12-19)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ You can also run this step directly with [Bitrise CLI](https://github.com/bitris
| `cache_env_var_lookup_keys` | A list of `\|` separated values with env variable keys to lookup to determine whether the build should be cached or not | | |
| `cache_file_lookup_paths` | A list of `\|` separated value paths (relative to the root of the repo or absolute) to lookup in order to determine whether the build should be cached or not | | |
| `disable_metro_cache` | Setting this field to yes will disable the React Native Metro cache feature | | `$NITRO_DISABLE_METRO_CACHE` |
| `aws_s3_access_key_id` | Access Key Id for S3 bucket build caching | | `$NITRO_AWS_S3_ACCESS_KEY_ID` |
| `aws_s3_secret_access_key` | Secret Access Key for S3 bucket build caching | | `$NITRO_AWS_S3_SECRET_ACCESS_KEY` |
| `aws_s3_region` | AWS Region where S3 bucket for build caching is located | | `$NITRO_AWS_S3_REGION` |
| `aws_s3_bucket` | Bucket name for S3 bucket build caching | | `$NITRO_AWS_S3_BUCKET` |
| `aws_s3_access_key_id` | AWS access key ID for S3 bucket build caching | | `$NITRO_AWS_S3_ACCESS_KEY_ID` |
| `aws_s3_secret_access_key` | AWS secret access key for S3 bucket build caching | | `$NITRO_AWS_S3_SECRET_ACCESS_KEY` |
| `aws_s3_region` | AWS region where S3 bucket for build caching is located | | `$NITRO_AWS_S3_REGION` |
| `aws_s3_bucket` | AWS bucket name for S3 bucket build caching | | `$NITRO_AWS_S3_BUCKET` |
| `pre_install_command` | Run command prior to install project dependencies (e.g. `rm -rf ./some-folder`) | | |
| `pre_build_command` | Run command prior to start building the app (e.g. `yarn tsc && yarn test`) | | |
| `post_build_command` | Run command once build successfully finished (e.g. `yarn publish`) | | |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitrise-step-nitro-ios",
"version": "4.3.0-beta.1",
"version": "4.3.0",
"repository": "git@github.com:nitro-build/bitrise-step-nitro-ios.git",
"author": "Juan Pablo Garcia <juanpablogarcia@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 0ee9227

Please sign in to comment.