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