- Make a patch with subject "Release version 0.1.11".
- Update CHANGES.md following the instructions under "On release".
- Add any relevant information to the commit message. TODO: maybe have the changelog here too?
- If the new version is greater than the snapshot: replace all @since tags for the new version with the correct one.
- TODO: Maybe have a way to check that we haven't missed any @since tags that should be added or changed? Specifically since last version.
- Make a tag for the new version:
- git tag 0.1.11
- git push --tags
- Update mw:Extension:Wikispeech
- Create a new task for next release.
Relevant tasks
- For this release there are additional (untracked) changes in addition to the below.
- T308562: Show error messages on Special:EditLexicon - adds to release
- T311047: Allow editing raw lexicon entries - document, see T389334#10651040
- T245052: Add correct ARIA tags to player UI - adds to release
- T284064: Do not read hidden description - document, see T389334#10651076
- T339840: Enable edit button on consumer wiki - document, see T389334#10651119
- T315565: Avoid null edits to Lexicon - adds to release