Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 291 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (5 loc) · 291 Bytes

Release Process

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