Skip to content

Commit 5ae62f0

Browse files
committed
documentation tweaks
Improve documentation #39
1 parent f8ad4ba commit 5ae62f0

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

docs/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ Read the :doc:`quickstart` for installation and using the project.
5252
devicegroup
5353
topic
5454
packageoptions
55+
maintainer

docs/maintainer.rst

+9-4
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,23 @@ The intention is to release a new version every 3 months, if code has changed in
1010
Creating a new release
1111
======================
1212

13-
Create a tag:
13+
New releases can be done via the github web interface at: https://github.com/EdwinHoksberg/php-fcm/releases/new
1414

15-
`git tag v1.2.0`
15+
Current tags: https://github.com/EdwinHoksberg/php-fcm/tags
1616

17-
`git push origin v1.2.0`
17+
Releases: https://github.com/EdwinHoksberg/php-fcm/releases
1818

19-
Current tags: https://github.com/EdwinHoksberg/php-fcm/tags
19+
Releases on packagist: https://packagist.org/packages/edwinhoksberg/php-fcm
2020

21+
Create a tag:
2122

23+
`git tag v1.2.0`
24+
25+
`git push origin v1.2.0`
2226

2327

2428
Further reading...
29+
2530
* https://getcomposer.org/doc/articles/versions.md
2631

2732

0 commit comments

Comments
 (0)