You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have recently upgraded our Fastlane plugins for emerge and are receiving the following error in a Fastfile that previously worked -
Could not find option 'build_type' in the list of available options: api_token, file_path, linkmaps, pr_number, branch, sha, base_sha, build_id, base_build_id, repo_name, gitlab_project_id, tag, order_file_version, config_path, app_id_suffix
fastlane action emerge also indicates that build_type is no longer accepted -
Loading documentation for emerge:
+----------------------------+
| emerge |
+----------------------------+
| Fastlane plugin for Emerge |
| |
| |
| Created by Emerge Tools |
+----------------------------+
+------------------------------------------------------------------+
| emerge Options |
+------------------+------------------+------------------+---------+
| Key | Description | Env Var(s) | Default |
+------------------+------------------+------------------+---------+
| api_token | An API token | EMERGE_API_TOKE | |
| | for Emerge | N | |
| file_path | Path to the | EMERGE_FILE_PAT | |
| | zipped | H | |
| | xcarchive or | | |
| | app to upload | | |
| linkmaps | List of paths | | |
| | to linkmaps | | |
| pr_number | The PR number | | |
| | that triggered | | |
| | this upload | | |
| branch | The current git | | |
| | branch | | |
| sha | The git SHA | | |
| | that triggered | | |
| | this build | | |
| base_sha | The git SHA of | | |
| | the base build | | |
| build_id | **DEPRECATED!** | | |
| | Replaced by | | |
| | `sha` - A | | |
| | string to | | |
| | identify this | | |
| | build | | |
| base_build_id | **DEPRECATED!** | | |
| | Replaced by | | |
| | `base_sha` - Id | | |
| | of the build to | | |
| | compare with | | |
| | this upload | | |
| repo_name | Full name of | | |
| | the respository | | |
| | this upload was | | |
| | triggered from. | | |
| | For example: | | |
| | EmergeTools/Eme | | |
| | rge | | |
| gitlab_project_ | Id of the | | |
| id | gitlab project | | |
| | this upload was | | |
| | triggered from | | |
| tag | String to label | | |
| | the build. | | |
| | Useful for | | |
| | grouping builds | | |
| | together in our | | |
| | dashboard, like | | |
| | development, | | |
| | default, or | | |
| | pull-request | | |
| order_file_vers | Version of the | | |
| ion | order file to | | |
| | download | | |
| config_path | Path to Emerge | | |
| | config path | | |
| app_id_suffix | A suffix to | | |
| | append to the | | |
| | application ID | | |
| | to | | |
| | differentiate | | |
| | between | | |
| | different | | |
| | builds of the | | |
| | same app | | |
+------------------+------------------+------------------+---------+
* = default value is dependent on the user's system
+-------------------------------------------------------------+
| emerge Return Value |
+-------------------------------------------------------------+
| If successful, returns the upload id of the generated build |
+-------------------------------------------------------------+
More information can be found on https://docs.fastlane.tools/actions/emerge
Is this an intentional deprecation ? Examples in the README in this repo list it as optional.
The text was updated successfully, but these errors were encountered:
gemmakbarlow
changed the title
build_type included in documentation, but being reported as incorrect in fastlane-plugin-emerge 0.10.0build_type included in documentation, but being reported as incorrect in fastlane-plugin-emerge0.10.0Apr 16, 2024
We have recently upgraded our Fastlane plugins for
emerge
and are receiving the following error in a Fastfile that previously worked -fastlane action emerge
also indicates thatbuild_type
is no longer accepted -Is this an intentional deprecation ? Examples in the
README
in this repo list it as optional.The text was updated successfully, but these errors were encountered: