We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release-build-wordpress.sh
1 parent f8087cd commit ac614d5Copy full SHA for ac614d5
.buildkite/commands/release-build-wordpress.sh
@@ -21,4 +21,5 @@ bundle exec fastlane run configure_apply
21
echo "--- :hammer_and_wrench: Building"
22
bundle exec fastlane build_and_upload_app_store_connect \
23
skip_confirm:true \
24
- create_gh_release:true
+ create_gh_release:true \
25
+ beta_release:${1:-true} # use first call param, default to true for safety
0 commit comments