Skip to content

Commit

Permalink
Improve gem-release configuration
Browse files Browse the repository at this point in the history
Sometimes we don't want to create a new branch when releasing, pushing
the new version to master is just fine.

Removing this configuration allows run commands like:

gem bump -v rc --pretend --tag --push --remote upstream
  • Loading branch information
kennyadsl committed Jul 1, 2019
1 parent cab38a3 commit 7243a82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gem_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ bump:
recurse: false
file: 'core/lib/spree/core/version.rb'
message: Bump Solidus to %{version}
branch: true

release:
recurse: true

0 comments on commit 7243a82

Please sign in to comment.