Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 482 Bytes

RELEASE.md

File metadata and controls

9 lines (7 loc) · 482 Bytes

RELEASE Process

  • Merge all PRs intended for the release.
  • Rebase the changes into master (e.g. git pull --rebase origin master).
  • Create tag (e.g. git tag -s vX.Y.Z -m "vX.Y.Z").
  • Push tag (e.g. git push origin vX.Y.Z).
  • Edit the release and add CHANGELOG.

NOTE: once a release is 'published' a webhook will publish the new release to packagist.org/packages/fastly.