Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 824 Bytes

README-RELEASE-STEPS.md

File metadata and controls

11 lines (11 loc) · 824 Bytes

Release Steps for PCon

  1. Increment version in README.md and src/pcon.php
  2. Update PHP versions in src/console_abstract.php, phpcs.xml, and test/full.sh if needed
  3. Run ./test/full.sh and review output for issues
  4. Run ./lint.sh and fix any issues
  5. Run ./doc.sh
  6. Merge & push to master
  7. Run ./test/usage_update.sh and review output for issues with update for version packaged and deployed during previous steps.
    • Optionally re-run ./test/full.sh entirely for a full safety test