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

tagging a release creates a directory 0.11. instead of 0.11.0 #1416

@mattip

Description

@mattip

🐛 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions