- Make a patch with subject "Release version 0.1.13".
- Update 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 0.1.12 | grep -P "^\+\s+\* @since 0\.1\.1[^1]"
- 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.13
- git push --tags
- Update mw:Extension:Wikispeech
- Change the download link for the latest version under Installation.
- Update 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 VPSCloud (producer & demo wiki)
Relevant tasks
- T392457: Creating utterance files fails if file already exists
- T393443: Skip cache for utterances and segements
- Add config variable to documentation.
- T387739: Add framework for handling parts of content
- T387325: Fallback error message when synthesis doesn't work
- T405912: Find alternative player icons
- Update help image at mw:Help:Extension:Wikispeech.
- T277152: Display disambiguation information about a lexicon entry
- T394284: Flush utterances after edit from consumer wiki
- T405910: Use colors to playback controls
- Update help image at mw:Help:Extension:Wikispeech.
- T392426: Add lexicon entries from wiki to Speechoid
- T400992: Error message when preview empty transcription
- T387284: Pre-synthesise messages
- T405327: Add playback hover descriptions
- Update help image at mw:Help:Extension:Wikispeech.
- T405915: Change order of playback buttons
- Update help image at mw:Help:Extension:Wikispeech.
Issues
Updating producer
- Update https://meta.wikimedia.org/wiki/User:Sebastian_Berlin_(WMSE)/js/wikispeech.js to use the new gadget template. (T277733)
- Also on SVWP: https://sv.wikipedia.org/wiki/MediaWiki:Gadget-Wikispeech.js. We need to ask someone with the right permission to make the change for us. Last time this was done using Wikipedia:Begäran om åtgärder.
