Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 633 Bytes

HOW_TO_RELEASE.md

File metadata and controls

18 lines (14 loc) · 633 Bytes

HOW TO RELEASE

Preparation

  • diff configs (_config.yml, /_config.yml, _config.dev.yml, test/_config.yml)
  • diff data dirs (_data, _data, test/_data)
  • assets/css/main.scss use configurable skin
  • update CHANGELOG.md
  • update version (site.gemspec, package.json, _includes/scripts/variables.html)

Publishing

  • run npm run gem-build to build gem
  • run npm run gem-push to publish gem to rubygems.org
  • run git add . && git commit -m "release: vx.x.x" to make a release commit
  • run git tag vx.x.x to add a tag
  • run git push && git push origin vx.x.x to push
  • edit release on github.com