Add changelog and release schedule (#99)

Divide the changelog into - Language updates, PHP and Node.js section

PHP and Node.js changelog will list library related changes and will
reuse Language updates section.

Bug: T218639
Co-authored-by: Niklas Laxström <niklas.laxstrom@gmail.com>
This commit is contained in:
Abijeet Patro
2020-05-19 15:43:01 +05:30
committed by GitHub
parent 936c0e8ee2
commit 7ab5e81cbd
3 changed files with 44 additions and 1 deletions

View File

@@ -32,4 +32,12 @@ This data is populated from the current version of
[node-build]: https://github.com/wikimedia/language-data/workflows/Node.js%20build/badge.svg
[node-build-url]: https://github.com/wikimedia/language-data/actions?query=workflow%3A%22Node.js+build%22
[php-build]: https://github.com/wikimedia/language-data/workflows/PHP%20build/badge.svg
[php-build-url]: https://github.com/wikimedia/language-data/actions?query=workflow%3A%22PHP+build%22
[php-build-url]: https://github.com/wikimedia/language-data/actions?query=workflow%3A%22PHP+build%22
## Release schedule
Similar to [MLEB](https://www.mediawiki.org/wiki/MediaWiki_Language_Extension_Bundle), this library
will have a quarterly release schedule, and will be released along with MLEB. Intermediate releases
will be made for important bug fixes.
## Changelog
The full changelog is available in [CHANGELOG.md](https://github.com/wikimedia/language-data/blob/master/CHANGELOG.md).