wercker.yml in wercker_api-1.0.1 vs wercker.yml in wercker_api-1.0.2
- old
+ new
@@ -22,11 +22,11 @@
- script:
name: configure git
code: |
git config --global user.email "ymarquet@gmail.com"
git config --global user.name "StupidCodefactory"
- git config --global push.default simple
+ git config --global push.default matching
git push --set-upstream origin master
- script:
name: configure gem
code: |
echo -e "---\n:rubygems_api_key: $GEM_API_KEY" >> ~/.gem/credentials
@@ -36,6 +36,7 @@
code: |
bundle exec gem bump
- script:
name: configure release
code: |
+ bundle exec rake release
bundle exec gem release