From 47d0ed8836fc64fdcfe91739d4c30c8e1aa56d99 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 8 Jan 2024 12:51:11 +0100 Subject: [PATCH] docs: mention tests in release process --- RELEASE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index eba7ff5e..36b4a81a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,8 @@ # How to make a release +1. Run tests: + - `make test` + - `make testjs` 1. I18N - `make messages` look for new strings within the code - `make tx_push` to publish new strings [to transifex](https://app.transifex.com/openstreetmap/umap/dashboard/)