You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tim Fischbach edited this page Jan 4, 2018
·
6 revisions
Pageflow uses Rake tasks provided by the semmy gem:
$ bundle exec rake release:prepare
Check the automatically made changes, then run:
$ bundle exec rake release[upstream]
Publish a corresponding version of the pageflow-support gem:
$ cd spec/support
$ bundle exec rake release[upstream]
The task creates a stable branch and an additional commit that bumps the minor version. Once verified, push these changes into the upstream repository:
$ git push upstream 12-1-stable # replace 12-1 by the correct minor version
$ git push upstream master