python / python/python-docs-pt-br

Script para automatizar nova versão

Open
#261 0 comments 0 reactions 1 assignee View on GitHub

@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.Y e git 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.