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:
parent
8a9e845910
commit
453a242e6a
1 changed files with 1 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue