Skip to content

Commit

Permalink
prepare for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei committed Sep 28, 2016
1 parent 3334d88 commit bba1a23
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 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:
- RELEASE_VERSION: 1.1.0

- BITRISE_PROJECT_PATH: build.gradle
- GRADLE_TASK: assembleDebug
- GRADLEW_PATH: "./gradlew"
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit bba1a23

Please sign in to comment.