mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
i18n: Push translations via GitHub Actions automatically
This commit is contained in:
@@ -30,8 +30,6 @@ for first beta releases
|
||||
|
||||
* open "https://github.com/sphinx-doc/sphinx/actions?query=branch:master" and all tests has passed
|
||||
* Run ``git fetch; git status`` and check nothing changed
|
||||
* Run ``python setup.py extract_messages``
|
||||
* Run ``(cd sphinx/locale; tx push -s)``
|
||||
* ``python utils/bump_version.py X.Y.0b1``
|
||||
* Check diff by ``git diff``
|
||||
* ``git commit -am 'Bump to X.Y.0 beta1'``
|
||||
@@ -83,6 +81,7 @@ for major releases
|
||||
|
||||
* open "https://github.com/sphinx-doc/sphinx/actions?query=branch:X.x" and all tests has passed
|
||||
* Run ``git fetch; git status`` and check nothing changed
|
||||
* Run ``python setup.py extract_messages``
|
||||
* Run ``(cd sphinx/locale; tx pull -a -f)``
|
||||
* Run ``python setup.py compile_catalog``
|
||||
* Run ``git add sphinx``
|
||||
|
||||
Reference in New Issue
Block a user