From d64e232ab7014950b48d05f7c76b0a0150706f4d Mon Sep 17 00:00:00 2001 From: AndyGaskell Date: Mon, 18 Jan 2021 23:17:32 +0000 Subject: [PATCH] more docs --- docs/maintainer.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/maintainer.rst diff --git a/docs/maintainer.rst b/docs/maintainer.rst new file mode 100644 index 0000000..25bda40 --- /dev/null +++ b/docs/maintainer.rst @@ -0,0 +1,33 @@ +================================ +Maintainer and Contributor Notes +================================ + +These are notes for package maintainers and contributors. + +The intention is to release a new version every 3 months, if code has changed in a useful way. + + +Creating a new release +====================== + +Create a tag: + +`git tag v1.2.0` + +`git push origin v1.2.0` + +Current tags: https://github.com/EdwinHoksberg/php-fcm/tags + + + + +Further reading... +* https://getcomposer.org/doc/articles/versions.md + + +Automated tests +=============== + +Automated tests are in https://github.com/EdwinHoksberg/php-fcm/tree/master/tests + +Automated test runs can be viewed at: https://travis-ci.org/github/EdwinHoksberg/php-fcm \ No newline at end of file