docs: mention to run a collectstatic in the release process

Just to test it before running it in the servers.
This commit is contained in:
Yohan Boniface 2024-02-09 18:41:04 +01:00
parent 8a9e845910
commit 453a242e6a

View file

@ -19,6 +19,7 @@
- `make tx_pull` to retrieve new translations from transifex - `make tx_pull` to retrieve new translations from transifex
- `make compilemessages` to create regular `.mo` + `umap/static/umap/locale/*.js` - `make compilemessages` to create regular `.mo` + `umap/static/umap/locale/*.js`
- commit new translations `git commit -am "i18n"` - commit new translations `git commit -am "i18n"`
2. Test collectstatic: `umap collectstatic --no-input`
2. Bump version: `make patch|minor` 2. Bump version: `make patch|minor`
3. `git commit -am "1.X.Y"` 3. `git commit -am "1.X.Y"`
4. `git tag 1.X.Y` 4. `git tag 1.X.Y`