Add notes about no string changes while waiting for translation updates

Curtis Gedak 2018-04-11 13:49:38 -06:00
parent 8f93e0efb8
commit e57d56934a

@ -44,6 +44,10 @@ Steps
translation process.**_
- Contact translation members about upcoming release in **1 week**?
_During this week no changes to strings are allowed._
_Ideally no changes are made to the source code other than translation updates._
- Incorporate translation updates
4. PREPARE CHANGELOG
@ -68,6 +72,10 @@ Steps
git add manuskript/version.py CHANGELOG.md
git commit -m "========== manuskript-x.y.z =========="
- Check git tree
gitk --all
- Push updates to the **develop** branch
git push
@ -83,10 +91,6 @@ Steps
git tag -a X.Y.Z -m "manuskript-x.y.z release"
- Check git tree
gitk --all
- Push updates to the git repository
git push