-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from AndyGaskell/master
more docs
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |