Skip to content

Commit

Permalink
Merge pull request #44 from AndyGaskell/master
Browse files Browse the repository at this point in the history
more docs
  • Loading branch information
AndyGaskell authored Jan 19, 2021
2 parents c44ae1d + d64e232 commit cbd9683
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/maintainer.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cbd9683

Please sign in to comment.