1.1 KiB
1.1 KiB
How to make a release
- I18N
make messages
look for new strings within the codemake tx_push
to publish new strings to transifex- translators at work
make tx_pull
to retrieve new translations from transifexmake compilemessages
to create regular.mo
+umap/static/umap/locale/*.js
- commit new translations
- Bump version:
make patch|minor
git commit -am "1.X.Y"
git tag 1.X.Y
git push && git push --tag
- Go to Github release page and Generate release notes + paste it in
docs/changelog.md
+ finish Github process for a new release make build
make publish
make docker
Deploying instances
OSMfr
Makefile on @yohanboniface computer. TODO: share it :)
ANCT
Update the Dockerfile with correct version and put a tag YYYY.MM.DD
in order to deploy it to production.