Skip to content

Commit

Permalink
chore: remove gemfiles dir from release script
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 22, 2020
1 parent bdc2711 commit ece6611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e
unset X_PACT_DEVELOPMENT
bundle exec bump ${1:-minor} --no-commit
bundle exec rake generate_changelog
git add CHANGELOG.md lib/pact/version.rb gemfiles
git add CHANGELOG.md lib/pact/version.rb
git commit -m "chore(release): version $(ruby -r ./lib/pact/version.rb -e "puts Pact::VERSION")" && git push
bundle exec rake tag_for_release

0 comments on commit ece6611

Please sign in to comment.