Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 954 Bytes

maintainer.rst

File metadata and controls

38 lines (20 loc) · 954 Bytes

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

New releases can be done via the github web interface at: https://github.com/EdwinHoksberg/php-fcm/releases/new

Current tags: https://github.com/EdwinHoksberg/php-fcm/tags

Releases: https://github.com/EdwinHoksberg/php-fcm/releases

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...

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