Skip to content

Commit

Permalink
prepare for 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei committed Jun 12, 2017
1 parent dcf6169 commit 5f8bb71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bitrise.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
format_version: 1.3.1
format_version: "2"
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git

trigger_map:
Expand All @@ -9,7 +9,7 @@ trigger_map:

app:
envs:
- RELEASE_VERSION: 1.1.3
- RELEASE_VERSION: 1.1.4
- BIN_NAME: envman
- GITHUB_RELEASES_URL: https://github.com/bitrise-io/${BIN_NAME}/releases

Expand Down Expand Up @@ -129,7 +129,7 @@ workflows:
#!/bin/bash
set -ex
export CI=true
releaseman create \
releaseman create-changelog \
--version $RELEASE_VERSION \
--set-version-script "bash _scripts/set_version.sh version/version.go"
Expand Down

0 comments on commit 5f8bb71

Please sign in to comment.