- Add requirement that all tags MUST start with 'v' prefix
- Explain duplicate tag issue that caused v1.9.0 release notes to miss commits
- Document automatic tag format validation in release workflow
- Add new section documenting all release artifacts (PyPI packages and Docker images)
- Note that backend/frontend/EP images are published independently
Related to:
- #12847 (prevent duplicate tags and validate tag format)
- #12854 (allow backend/frontend Docker builds when main version exists)
These changes ensure future releases follow proper tagging conventions
and document what artifacts are published during a release.