Add multilingual STT support and config UI/runtime updates
This commit is contained in:
parent
ed950cb7c4
commit
4a69c3d333
26 changed files with 2207 additions and 465 deletions
12
docs/release-checklist.md
Normal file
12
docs/release-checklist.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Release Checklist
|
||||
|
||||
1. Update `CHANGELOG.md` with final release notes.
|
||||
2. Bump `project.version` in `pyproject.toml`.
|
||||
3. Run:
|
||||
- `python3 -m py_compile src/*.py tests/*.py`
|
||||
- `python3 -m unittest discover -s tests -p 'test_*.py'`
|
||||
4. Build artifacts:
|
||||
- `python3 -m build`
|
||||
5. Tag release:
|
||||
- `git tag vX.Y.Z`
|
||||
- `git push origin vX.Y.Z`
|
||||
Loading…
Add table
Add a link
Reference in a new issue