Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 657 Bytes

RELEASING.md

File metadata and controls

21 lines (13 loc) · 657 Bytes

Releasing shopify-php-api

  1. Check the Semantic Versioning page for info on how to version the new release: http://semver.org

  2. Ensure your local repo is up-to-date

    git checkout main && git pull
  3. Add an entry for the new release to CHANGELOG.md, and/or move the contents from the Unreleased to the new release

  4. Increment the version in src/version.php

  5. Stage the CHANGELOG.md and src/version.php files

    git add CHANGELOG.md src/version.php
  6. To update the version, commit and push the changes and create the appropriate tag - Packagist will pick it up and release it