From 453a242e6a372ea32e201753713d7696457f7f7d Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 9 Feb 2024 18:41:04 +0100 Subject: [PATCH] docs: mention to run a collectstatic in the release process Just to test it before running it in the servers. --- docs/release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release.md b/docs/release.md index f89114f2..83c0db4a 100644 --- a/docs/release.md +++ b/docs/release.md @@ -19,6 +19,7 @@ - `make tx_pull` to retrieve new translations from transifex - `make compilemessages` to create regular `.mo` + `umap/static/umap/locale/*.js` - commit new translations `git commit -am "i18n"` +2. Test collectstatic: `umap collectstatic --no-input` 2. Bump version: `make patch|minor` 3. `git commit -am "1.X.Y"` 4. `git tag 1.X.Y`