Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 268 Bytes

RELEASE.md

File metadata and controls

11 lines (6 loc) · 268 Bytes

= Quick reference for tagging and pushing releases =

Releases are tagged with a three-level version major.minor.patch i.e. 1.2.3

git tag 1.2.3

Then to push:

git push --tags

Note: packagist auto-sync is not working so needs a manual update on release.