Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGaskell committed Jan 18, 2021
1 parent 95b26e5 commit d64e232
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 d64e232

Please sign in to comment.