Skip to content

Commit 0a19789

Browse files
committed
docs/release: Document using the bot to update translations from Weblate
This is how I've done the last several releases. It's convenient.
1 parent 301384c commit 0a19789

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/release.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,22 @@
66
Flutter and packages dependencies, do that first.
77
For details of how, see our README.
88

9-
* Update translations from Weblate.
10-
See `git log --stat --grep eblate` for previous examples.
9+
* Update translations from Weblate:
10+
* Run the [GitHub action][weblate-github-action] to create a PR
11+
(or update an existing bot PR) with translation updates.
12+
* CI doesn't run on the bot's PRs. So if you suspect the PR might
13+
break anything (e.g. if this is the first sync since changing
14+
something in our Weblate setup), run `tools/check` on it yourself.
15+
* Merge the PR.
1116

1217
* Write an entry in `docs/changelog.md`, under "Unreleased".
1318
Commit that change.
1419

1520
* Run `tools/bump-version` to update the version number.
1621
Inspect the resulting commit and tag, and push.
1722

23+
[weblate-github-action]: https://github.com/zulip/zulip-flutter/actions/workflows/update-translations.yml
24+
1825

1926
## Build and upload alpha: Android
2027

0 commit comments

Comments
 (0)