-
Check that CI is green.
-
Double check that tests pass:
BUNDLE_GEMFILE=Gemfile-jekyll4 bundle exec rake BUNDLE_GEMFILE=Gemfile-jekyll3 bundle exec rake
-
Update
Jekyll::Minibundle::VERSION
:$EDITOR lib/jekyll/minibundle/version.rb
-
Summarize changes since the last release:
$EDITOR CHANGELOG.md
-
Review your changes, commit them, tag the release:
git diff git add -p git commit -m 'Release version $version' git tag v$version
-
Build the gem, push commits and tags, publish the gem:
BUNDLE_GEMFILE=Gemfile-jekyll4 bundle exec rake gem:build git push origin master v$version gem push jekyll-minibundle-$version.gem