- Update metadata.json version, eg:
pdk bundle exec rake module:bump:{major,minor,patch} - Run release task, eg:
pdk bundle exec rake release - Update GitHub pages, eg:
pdk bundle exec rake strings:gh_pages:update - Push to GitHub:
git push --tags origin master