Skip to content

Commit

Permalink
chore(release): bump version to 4.7.0[skip ci]
Browse files Browse the repository at this point in the history
# [4.7.0](4.6.0...4.7.0) (2023-03-06)

### Features

* add missing build configuration for ios ([c945e23](c945e23))
  • Loading branch information
semantic-release-bot committed Mar 6, 2023
1 parent c945e23 commit b316ffe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.7.0](https://github.com/nitro-build/bitrise-step-nitro-ios/compare/4.6.0...4.7.0) (2023-03-06)


### Features

* add missing build configuration for ios ([c945e23](https://github.com/nitro-build/bitrise-step-nitro-ios/commit/c945e233c249e40c97778fce09ba900029fc303e))

# [4.6.0](https://github.com/nitro-build/bitrise-step-nitro-ios/compare/4.5.0...4.6.0) (2023-02-28)


Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ You can also run this step directly with [Bitrise CLI](https://github.com/bitris
| `api_key` | The API key required by Nitro. It is recommended to set a $NITRO_API_KEY as a Bitrise secret. | sensitive | |
| `root_directory` | The directory within your project, in which your code is located. Leave this field empty if your code is not located in a subdirectory | | `./` |
| `scheme` | The name of the iOS scheme | | |
| `build_configuration` | The name of the active build configuration | | `Release` |
| `xcconfig_path` | The path relative to project root directory where the custom `.xcconfig` file is located | | |
| `version_name` | The version name for the app | | |
| `version_code` | The version code for the app | | |
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.6.0",
"version": "4.7.0",
"repository": "[email protected]:nitro-build/bitrise-step-nitro-ios.git",
"author": "Juan Pablo Garcia <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit b316ffe

Please sign in to comment.