The following is intended to be used to guide releases of EMW repositories.
- Update
extension.json
or anywhere else the version number may be stated in code - Create release notes with "Release notes template" section below
- Add release notes to RELEASE-NOTES.md in repository
- Add release notes to body of GitHub release
- Update mediawiki.org page(s)
- Maybe announce on riot, mailing lists, etc
- Tag: X.Y.Z
- Title: {{REPOSITORY NAME}} X.Y.Z
{{OPTIONALLY INSERT BRIEF DESCRIPTION OF RELEASE}}
- List
- Generated
- By
- `git log --oneline tags/{{PREVIOUS RELEASE TAG}}..{{THIS RELEASE COMMIT HASH/BRANCH/ETC}}
List, of, contributors, using, git shortlog -sn tags/{{PREVIOUS RELEASE TAG}}..{{THIS RELEASE COMMIT HASH/BRANCH/ETC}}