Skip to content

Commit

Permalink
Use version number from release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
indigo423 committed Sep 25, 2019
1 parent efc46e6 commit 886f505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- run:
name: Generate version number for this release
command: |
echo "export VERSION=$(git describe)-b${CIRCLE_BUILD_NUM}" >> ${BASH_ENV}
echo "export VERSION=${CIRCLE_BRANCH/release-/}-b${CIRCLE_BUILD_NUM}" >> ${BASH_ENV}
- run:
name: Set version number and ensure lower case
command: |
Expand Down

0 comments on commit 886f505

Please sign in to comment.