Command line instructions
+
+ git checkout master # same version as the release draft
+ git fetch upstream
+ git diff upstream master -- config/locales/en.yml
+ tx pull --force # if no changes or only additions in the locale
+ git checkout --detach # if we need to commit new translations
+ git commit -a -m "Update translations"
+ git tag vx.y.z # put the release number in here
+ git push upstream vx.y.z
+
+
+- [ ] Publish and notify [#global-community]:
+ > The next release is ready: https://github.com/openfoodfoundation/openfoodnetwork/releases/latest
+- [ ] Deploy the new release to all managed instances.
+