Commit Graph
2 Commits
Author SHA1 Message Date
SoxojandGitHub a23bd5f558 Put OSINT in the snap listing and document the metadata step (#3083)
* Put OSINT in the snap summary and description

* Document that uploading a snap does not update its listing
2026-09-05 23:04:31 +02:00
SoxojandGitHub 5059b4be55 Document the release process, with a Chinese translation (#3049)
Nothing in the repository says how a release is made, so the details live only in the workflows and in the history.

- `docs/source/release-process.rst`: the two version files that have to move together, cutting a release on its own branch, what `release: published` triggers, why the tag is not an ancestor of `main`, what each tag in the repository means, and where the artifacts land.
- `docs/source/locale/zh_CN/LC_MESSAGES/release-process.po`: the translation, following the existing gettext setup. 39 message ids, checked against the catalogue Sphinx extracts from the page, and rendered with `-D language=zh_CN`.
- `docs/source/index.rst`: one line in the toctree.

The tag section is the part that has cost time: `nightly-*` move on every push, and the legacy `main` and `dev` tags shadow the branches of the same name, so `git show main:path` answers from the tag.
2026-08-30 23:22:52 +02:00