git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
61ebfca
Branches
Tags
documentation-tree
master
unstable/modularize-and-refactor-test-machinery
unstable/ssh-agent-socket-providers
wishlist
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.1
0.5.2
derivepassphrase.git
docs
_release_checklist.md
Fix more details in the release checklist, after the fact
Marco Ricci
commited
61ebfca
at 2025-06-24 22:28:10
_release_checklist.md
Blame
History
Raw
Release checklist ================= ???+ info "translations" 1. template: `python3 -m derivepassphrase._internals.cli_messages --template --set-version <VERSION> --set-build-time <DATE>` 2. idempotence of template 3. completeness: `msgmerge` on other `.po` files 4. `en_US@DEBUG` translations: `--debug-translation` 5. compile: `msgfmt`, then move output to the correct location, manually ???+ info "wishlist" 1. wishlist up to date? 2. `master` references correct `wishlist` commit-ID? ???+ info "quality control" 1. `ruff format` / `hatch fmt -f` 2. `ruff check` / `hatch fmt -l` 3. `mypy` / `hatch run types:check` 4. `coverage -m pytest ...` / `hatch test -acpqr` (set `PYTHON_CPU_COUNT` and `HYPOTHESIS_PROFILE`) 5. move coverage database to different filename ???+ info "changelog" 1. `hatch run docs:scriv collect --add --edit --version <VERSION>` 2. fix header IDs, move & consolidate Markdown references at page bottom ???+ info "bump version, commit and tag" 1. `git add` all the above changes 2. `bump-my-version bump --current-version <OLD_VERSION> --new-version <NEW_VERSION>` ???+ info "update wishlist" 1. new version on all applicable open bugs/wishes 2. version marker for recently fixed bugs/wishes 3. `master` should reference correct `wishlist` commit-ID yet again ???+ info "build documentation" 1. `pypi-insiders server start` and `pypi-insiders update`, then maybe `hatch env remove docs` 2. `hatch run docs:mike deploy 0.x latest` ???+ info "publish" 1. publish to PyPI: `hatch clean && hatch build && hatch publish` (prepare credentials first) 2. upload documentation: `git worktree add doctree documentation-tree`, `coverage html --show-context -d doctree --data-file=<COVERAGE-FILE>` (if desired), `rsync -aR --exclude=.git --delete-after doctree/./ <HOST>`, `git worktree remove doctree` 3. publish source: `git push origin master wishlist documentation-tree`