Closed axelniklasson closed 3 weeks ago
Don't forget to follow semantic versioning! Breaking changes (including step inputs) should be in major versions only.
step.yml
changes compared to previous version:
--- steps/maestro-cloud-upload/1.4.0/step.yml 2024-10-07 08:39:04
+++ steps/maestro-cloud-upload/1.5.0/step.yml 2024-10-07 08:39:06
@@ -7,8 +7,8 @@
source_code_url: https://github.com/mobile-dev-inc/bitrise-step-maestro-cloud-upload
support_url: https://github.com/mobile-dev-inc/bitrise-step-maestro-cloud-upload/issues
-published_at: 2023-12-08T13:04:45.536326+01:00
+published_at: 2024-10-07T10:36:06.813114+02:00
source:
git: https://github.com/mobile-dev-inc/bitrise-step-maestro-cloud-upload.git
- commit: dee3bad37edc5d02cff732d9f375bc9aa6286f1a
+ commit: e1a8cb12d4d669d386b27040bdc54d831f761e5a
host_os_tags:
- osx-10.10
@@ -41,9 +41,9 @@
opts:
description: |
- Maestro Cloud API key
+ Maestro Cloud / Robin API key
is_expand: true
is_required: true
is_sensitive: true
- summary: Maestro Cloud API key
+ summary: Maestro Cloud / Robin API key
title: API Key
- app_file: ""
@@ -198,2 +198,9 @@
title: Timeout
timeout: ""
+- opts:
+ description: ""
+ is_expand: true
+ is_required: false
+ summary: Robin Project ID
+ title: Robin Project ID
+ project_id: ""
Hey folks, would it be possible to get some eyes on this? Thanks!
Sorry for the direct ping @godrei, but is there any way you or someone from the team could throw some eyes on this? Or when should we expect it to be reviewed? This is blocking a release on our end so would love to be able to merge the addition of project_id
asap - thank you :pray:
Thanks @lpusok - for future reference, is there anywhere we should reach out to get help with stamping these types of PRs?
@lpusok when will this step be available to use for users? Seems like it is still not updated.
What to do if the build fails?
At the moment contributors do not have access to the CI workflow triggered by StepLib PRs. In case of a failed build, we ask for your patience. Maintainers of Bitrise Steplib will sort it out for you or inform you if any further action is needed.
New Pull Request Checklist
Please mark the points which you did / accept.
bitrise run test
(in the step's repository)bitrise run audit-this-step
(in the step's repository - note, if you don't have this workflow in yourbitrise.yml
, you can copy it from the step template.)