NOTE:
The items below should be done in sequence. I.e. 1. should be finished before starting on 2. etc.
# Make a patch with subject "Release version 0.1.15".
# Update [[ https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Wikispeech/+/refs/heads/master/CHANGES.md | CHANGES.md ]] following the instructions under "On release".
# Add any relevant information to the commit message.
# If the new version is greater than the snapshot: replace all `@since` tags for the new version with the correct one.
# Check that we haven't missed any @since tags that should be added or changed. To get all @since tags added from last version that have the wrong version number use this command, ex: `git diff v0.1.14 | grep -P '^\+\s+\* @since (?!0\.1\.15)'`
## Check if any UI messages used for error audio (e.g. `wikispeech-error-loading-audio-message`) have changed. If so, regenerate corresponding audio files.
# Make a tag for the new version:
# `git tag v0.1.15`
# `git push --tags`
# Update [[ https://www.mediawiki.org/wiki/Extension:Wikispeech | mw:Extension:Wikispeech ]]
* Change the download link for the latest version under [[ https://www.mediawiki.org/wiki/Extension:Wikispeech#Installation | Installation ]].
# Update [[ https://www.mediawiki.org/wiki/Help:Extension:Wikispeech | mw:Help:Extension:Wikispeech ]]
# Create a new task for next release. Copy the description of this one to get the correct formatting. Don't forget to change version number.
# Update Wikispeech to latest version on CloudVPS (producer & demo wiki)
##Relevant tasks
* {T254864}
* {T405333}
* Add: T405333#11520788
* {T407346}
* Update: [[ https://www.mediawiki.org/wiki/Help:Extension:Wikispeech | Help:Extension:WIkispeech ]]
* {T166669}
* T166669#11818376
* {T421374}
* {T417741}
##Issues