Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FE-566 Use as inputs the "release" & "debug" on the manual QA release #14

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

PavlosTze
Copy link
Member

@PavlosTze PavlosTze commented Feb 1, 2024

Why?

We need to let the QA team who triggers the release to choose between release or debug build types.

How?

Added:

            buildType:
                type: choice
                description: 'Select between "release" and "debug" as build types.'
                required: true
                options:
                    - "release"
                    - "debug"
                default: 'release'

And some if below to run the respective assemble and distribute commands.

Testing

Not possible until merged 😞

@PavlosTze PavlosTze changed the title Use as inputs the "release" & "debug" on the manual QA release FE-566 Use as inputs the "release" & "debug" on the manual QA release Feb 1, 2024
@PavlosTze PavlosTze merged commit 8350c85 into main Feb 1, 2024
2 checks passed
@PavlosTze PavlosTze deleted the feature/qa-release-debug-release branch February 1, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants