This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Description
🐛 Bug
The script to commit new docs when the repo is tagged is faulty. It assumes the tag is 5 characters, which is fine when the tag is 0.9.0 but fails for 0.10.0. This is the problematic line https://github.com/pytorch/text/blob/main/.circleci/config.yml.in#L589
After changing it, the actual config.yml should be regenerated with regenerate.py.
@brianjo: this is probably the cause of this problem in the other domain libraries as well.