Skip to content

Commit

Permalink
Small fixes to RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkareine committed Sep 6, 2020
1 parent 13728c8 commit 43de9a7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
2. Double check that tests pass:

``` shell
bundle exec rake
BUNDLE_GEMFILE=Gemfile-jekyll4 bundle exec rake
BUNDLE_GEMFILE=Gemfile-jekyll3 bundle exec rake
```

3. Update `Jekyll::Minibundle::VERSION`:
Expand All @@ -32,9 +33,9 @@
6. Build the gem, push commits and tags, publish the gem:

``` shell
bundle exec rake gem:build
git push --tags origin master
gem push jekyll-minibundle-<version>.gem
BUNDLE_GEMFILE=Gemfile-jekyll4 bundle exec rake gem:build
git push origin master v$version
gem push jekyll-minibundle-$version.gem
```

[CI]: https://travis-ci.org/tkareine/jekyll-minibundle
[CI]: https://github.com/tkareine/jekyll-minibundle/actions?workflow=CI

0 comments on commit 43de9a7

Please sign in to comment.