You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a first iteration of the automation script to sync with the latest English docs automatically. I was mainly focused on getting it to work, it could be cleaner:
The script does not manage "new" files that have been correctly auto-applied because they didn't exist before (for example, typescript folder when upgrading from 5.1 to 5.4), these should not contain any diff.
EDIT: It's a lot better than before, there are 2 new comments to handle in #236:
Use console.warn for errors that are not re-throw
Use better tools to parse the script arguments
The text was updated successfully, but these errors were encountered:
I need to add a --no-verify in the commit command because modified English files are staged but are not expected to be added in .remarkignore, it makes the script fail for no reason.
We have a first iteration of the automation script to sync with the latest English docs automatically. I was mainly focused on getting it to work, it could be cleaner:
EDIT: It's a lot better than before, there are 2 new comments to handle in #236:
console.warn
for errors that are not re-throwThe text was updated successfully, but these errors were encountered: