zuari
A WordPress theme to log your stream of life. To get started:
npm install
grunt
Release
To create a new release for WordPress.org:
- Run
grunt watch - Bump the version number in
style.scss - See
git logand update changelog inreadme.txt - Commit the the message
chore: bump version to X.Y.Z - Tag the release:
git tag -a vX.Y.Z -m "vX.Y.Z" git push origin master git push origin --tags - Create a zip file for WordPress by running
git archive master -o zuari.zipand upload - Cut a new release on Github, copy over changelog from
readme.txt