cd to app/assets/images
In terminal window, run:
./capture-commands.shThis will regenerate the images in the app/assets/images/cli folder.
Run
jekyll buildThis will regenerate _site
Open the "Local" app
- 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)
- run
npm run gem-buildto build gem - run
npm run gem-pushto 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.xto add a tag - run
git push && git push origin vx.x.xto push - edit release on github.com