diff --git a/CHANGELOG.md b/CHANGELOG.md index 99dde6c..f6400dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Since v0.10.0 this project adheres to [Semantic Versioning](http://semver.org/) * New methods `WikiFile::revert()` and `Wikimate::filerevert()` ([#123]) * New method `Wikimate::logout()` ([#124]) +* Added post-release update steps to GOVERNANCE.md ([#125]) #### Changed @@ -153,3 +154,4 @@ Since v0.10.0 this project adheres to [Semantic Versioning](http://semver.org/) [#122]: https://github.com/hamstar/Wikimate/pull/122 [#123]: https://github.com/hamstar/Wikimate/pull/123 [#124]: https://github.com/hamstar/Wikimate/pull/124 +[#125]: https://github.com/hamstar/Wikimate/pull/125 diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 3fc79c6..aec8111 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -53,3 +53,7 @@ The version tag and the title of the release notes should be in the format v1.2. to determine which part of the version number to increase). The body of the release notes should be a summary of the contents of the relevant section in `CHANGELOG.md`. + +Finally, update the Wikimate entry on [Packagist](https://packagist.org/packages/hamstar/wikimate) (via the "Update Now" link in the right sidebar) +and the corresponding row in the [PHP libraries table](https://www.mediawiki.org/wiki/API:Client_code/All#PHP) on MediaWiki.org, +along with Wikipedia's [PHP bot framework table](https://en.wikipedia.org/wiki/Wikipedia:PHP_bot_framework_table) if applicable.