From 60d58fd85223a4aa2f6e1b336ea4e65c9046208c Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 28 Jun 2020 16:45:49 +0100 Subject: [PATCH] Mention updating translations in release docs. --- docs/RELEASING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/RELEASING.md b/docs/RELEASING.md index a26c04dd..7b7968d8 100644 --- a/docs/RELEASING.md +++ b/docs/RELEASING.md @@ -113,6 +113,8 @@ We'll use an old version number, 3.5.0.0, as an example throughout the following Now get all the relevant code changes into this branch. This might mean merging from another branch, such as an issue-specific one, or possibly cherry-picking commits. See [Contributing Guidelines](docs/Contributing.md) for how such branches should be named. +**Remember to import any new/updated translations.** See [docs/Translations](docs/Translations) for details. + 1. Prepare a changelog text for the release. You'll need this both for the GitHub release and the contents of the `edmarketconnector.xml` file. 1. The primary location of the changelog is [Changelog.md](Changelog.md) - update this first. 1. Update `edmarketconnector.xml` to add this changelog text to the correct section(s).