Skip to content

Commit

Permalink
prepare for 0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Krisztián Gödrei committed Sep 7, 2016
1 parent aab9c90 commit eae9f2a
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit eae9f2a

Please sign in to comment.