Skip to content

Commit

Permalink
prepare for 0.9.27
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei committed Jan 25, 2017
1 parent 876ce6f commit e649be4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git

app:
envs:
- RELEASE_VERSION: 0.9.26
- RELEASE_VERSION: 0.9.27
- BIN_NAME: stepman
- GITHUB_RELEASES_URL: https://github.com/bitrise-io/${BIN_NAME}/releases
- INTERNAL_DEV_SLACK_WEBHOOK_URL: https://hooks.slack.com/services/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
- INTERNAL_DEV_SLACK_CHANNEL: bitrise-devs
- INTERNAL_DEV_LIFELINE_SLACK_CHANNEL: bitrise-dev-lifeline

trigger_map:
- pattern: '*'
is_pull_request_allowed: true
- push_branch: "*"
workflow: ci
- pull_request_source_branch: "*"
workflow: ci

workflows:
Expand Down Expand Up @@ -310,7 +311,7 @@ workflows:
# ----------------------------------------------------------------
# --- workflows for Releasing
create_release:
create-release:
title: Create Release version
description: |-
Creates new version with specified RELEASE_VERSION environment
Expand All @@ -319,7 +320,7 @@ workflows:
2, Export RELEASE_VERSION
3, Create binaries
after_run:
- create_binaries
- create-binaries
steps:
- script:
title: Create CHANGELOG and git release
Expand Down Expand Up @@ -351,7 +352,7 @@ workflows:
You can find it at ${GITHUB_RELEASES_URL}
- emoji: ':rocket:'

create_binaries:
create-binaries:
title: Create binaries
description: |
Creates Linux and Darwin binaries
Expand Down

0 comments on commit e649be4

Please sign in to comment.