-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the i18n release management workflow #153
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left some feedback. looks good overall!
I added links to the two repos, along with repeated explanations of the relationship. Let me know what you think of the remaining issues, and whether you're still seeing that |
@rmol would you like to rebase and fixup the "address review" commit? or shall i squash and merge? |
Our current i18n release management workflow gets everything right on the securedrop-i18n/i18n branch, but doesn't ensure that the PO template is updated back on the develop branch. This change adds the step of running "make translate" on the develop branch and getting that PR merged before merging develop to the i18n fork.
653e29b
to
6901ddb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Status
Ready for review
Description of Changes
Our current i18n release management workflow gets everything right on the
securedrop-i18n/i18n
branch, but doesn't ensure that the PO template is updated back on thedevelop
branch. This change adds the step of runningmake translate
on thedevelop
branch and getting that PR merged before mergingdevelop
to the i18n fork.Testing
Release
Checklist (Optional)
make docs-lint
) passed locallymake docs-linkcheck
) passedmake docs
) docs at http://localhost:8000