From bba1a230c54aa3a37176993873c518d21947591e Mon Sep 17 00:00:00 2001 From: Krisztian Godrei Date: Wed, 28 Sep 2016 13:48:52 +0200 Subject: [PATCH] prepare for 1.1.0 --- bitrise.yml | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index 78cf9d6..9b35368 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -3,6 +3,8 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git app: envs: + - RELEASE_VERSION: 1.1.0 + - BITRISE_PROJECT_PATH: build.gradle - GRADLE_TASK: assembleDebug - GRADLEW_PATH: "./gradlew" @@ -109,24 +111,8 @@ workflows: - private_key_password: $BITRISEIO_ANDROID_KEYSTORE_PRIVATE_KEY_PASSWORD_4 # ---------------------------------------------------------------- - # --- workflow to Create Release with auto version bump + # --- workflow to Create Release create-release: - steps: - - script: - title: - inputs: - - content: | - #!/bin/bash - set -e - - export CI=true - releaseman create --bump-version patch - - # ---------------------------------------------------------------- - # --- workflow to Create Release Version - create-release-version: - envs: - - RELEASE_VERSION: 1.0.1 steps: - script: title: @@ -145,7 +131,7 @@ workflows: # if you want to share this step into a StepLib - MY_STEPLIB_REPO_FORK_GIT_URL: $MY_STEPLIB_REPO_FORK_GIT_URL - STEP_ID_IN_STEPLIB: sign-apk - - STEP_GIT_VERION_TAG_TO_SHARE: 1.0.1 + - STEP_GIT_VERION_TAG_TO_SHARE: $RELEASE_VERSION - STEP_GIT_CLONE_URL: https://github.com/bitrise-steplib/steps-sign-apk.git description: |- If this is the first time you try to share a Step you should