A WordPress theme to log your stream of life. To get started:
npm install
grunt
To create a new release for WordPress.org:
- Run
grunt watch
- Bump the version number in
style.scss
- See
git log
and 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