From eae9f2ac4a03ca9a9dd5c6d1961b1c3a04bdb976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krisztia=CC=81n=20Go=CC=88drei?= Date: Wed, 7 Sep 2016 15:16:21 +0200 Subject: [PATCH] prepare for 0.9.12 --- bitrise.yml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index 0f551f8f..910114b5 100755 --- a/bitrise.yml +++ b/bitrise.yml @@ -3,6 +3,8 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git app: envs: + - STEP_VERSION: 0.9.12 + # define these in your .bitrise.secrets.yml - BITRISE_SCAN_RESULT_POST_URL: $BITRISE_SCAN_RESULT_POST_URL - BITRISE_APP_API_TOKEN: $BITRISE_APP_API_TOKEN @@ -182,21 +184,7 @@ workflows: set -e export CI=true - releaseman create --bump-version patch - - create-release-version: - envs: - - RELEASE_VERSION: 0.9.11 - steps: - - script: - title: - inputs: - - content: | - #!/bin/bash - set -e - - export CI=true - releaseman create --version $RELEASE_VERSION + releaseman create --version $STEP_VERSION # ---------------------------------------------------------------- # --- workflow to Share this step into a Step Library @@ -205,7 +193,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: project-scanner - - STEP_GIT_VERION_TAG_TO_SHARE: 0.9.11 + - STEP_GIT_VERION_TAG_TO_SHARE: $STEP_VERSION - STEP_GIT_CLONE_URL: https://github.com/bitrise-steplib/steps-project-scanner.git description: |- If this is the first time you try to share a Step you should