Skip to content

Commit

Permalink
Merge pull request #45 from AndyGaskell/master
Browse files Browse the repository at this point in the history
better docs
  • Loading branch information
AndyGaskell authored Jan 19, 2021
2 parents 660bbe4 + 5ae62f0 commit 8b13d1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ Read the :doc:`quickstart` for installation and using the project.
devicegroup
topic
packageoptions
maintainer
13 changes: 9 additions & 4 deletions docs/maintainer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 8b13d1a

Please sign in to comment.