prtksxna / zuari

🏞 Wordpress theme for the stream of your life
https://wordpress.org/themes/zuari/
GNU General Public License v2.0
17 stars 3 forks source link
hacktoberfest wordpress wordpress-theme

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:

  1. Run grunt watch
  2. Bump the version number in style.scss
  3. See git log and update changelog in readme.txt
  4. Commit the the message chore: bump version to X.Y.Z
  5. Tag the release:
    git tag -a vX.Y.Z -m "vX.Y.Z"
    git push origin master
    git push origin --tags
  6. Create a zip file for WordPress by running git archive master -o zuari.zip and upload
  7. Cut a new release on Github, copy over changelog from readme.txt