python / python/python-docs-pt-br
Script para automatizar nova versão
Open
@rffontenelle is already working on this.
Since May 8, 2025.
enhancement
help wanted
- Dominant language
- Python
- Stars
- 164
- Forks
- 42
- Avg merge
- 14h 32m
- Merged PRs (30d)
- 4
Description
Ter um script facilitaria upgrade da versão do Python, que envolve criar novo branch.
Algo como:
- Criar novo branch vazio (do X.Y mais recente, executar
git checkout --orphan X.Yegit rm --cached $(git ls-files)) - Apagar arquivos PO (
rm *.po **/*.po) - Ajustar README para apontar para a nova versão (ex., mudar de 3.13 para 3.14)
- Commit inicial
- Executar os scripts para baixar arquivos PO atualizados do Transifex
- Commit do primeiro estado da tradução no novo branch
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.