Skip to content

Commit

Permalink
Merge pull request #38 from identity-com/feature/automatica-versioning
Browse files Browse the repository at this point in the history
Must tag always from master branch and use the 'Production' context
  • Loading branch information
brunocarneiro authored Nov 23, 2018
2 parents 484e530 + c5ea5ce commit 06b76f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ workflows:
branches:
ignore: /.*/
- release_rc:
context: Production
requires:
- build
filters:
Expand Down Expand Up @@ -81,7 +82,7 @@ jobs:
git config user.email "no-reply@civic.com"
git config user.name "CI Deployer"
git config --global push.default simple
git branch --set-upstream-to origin/$CIRCLE_BRANCH
git branch --set-upstream-to origin/master
- run:
name: version
Expand Down

0 comments on commit 06b76f7

Please sign in to comment.