diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..f981cf4 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,11 @@ += 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.