Skip to content
Permalink
gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

HOW TO RELEASE

Preparation

  • diff configs (_config.yml, docs/_config.yml, docs/_config.dev.yml, test/_config.yml)
  • diff data dirs (_data, docs/_data, test/_data)
  • assets/css/main.scss use configurable skin
  • screenshot.jpg is the same as screenshots/TeXt-home.jpg
  • update CHANGELOG.md
  • update version (jekyll-text-theme.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