From 5ae62f0675ae337e2638fe3e8bbe362faeae3adb Mon Sep 17 00:00:00 2001 From: AndyGaskell Date: Tue, 19 Jan 2021 01:44:28 +0000 Subject: [PATCH] documentation tweaks Improve documentation #39 --- docs/index.rst | 1 + docs/maintainer.rst | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 8428815..c508c4d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -52,3 +52,4 @@ Read the :doc:`quickstart` for installation and using the project. devicegroup topic packageoptions + maintainer diff --git a/docs/maintainer.rst b/docs/maintainer.rst index 25bda40..69cc837 100644 --- a/docs/maintainer.rst +++ b/docs/maintainer.rst @@ -10,18 +10,23 @@ The intention is to release a new version every 3 months, if code has changed in Creating a new release ====================== -Create a tag: +New releases can be done via the github web interface at: https://github.com/EdwinHoksberg/php-fcm/releases/new -`git tag v1.2.0` +Current tags: https://github.com/EdwinHoksberg/php-fcm/tags -`git push origin v1.2.0` +Releases: https://github.com/EdwinHoksberg/php-fcm/releases -Current tags: https://github.com/EdwinHoksberg/php-fcm/tags +Releases on packagist: https://packagist.org/packages/edwinhoksberg/php-fcm +Create a tag: +`git tag v1.2.0` + +`git push origin v1.2.0` Further reading... + * https://getcomposer.org/doc/articles/versions.md