Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added commitzen to standardize commits #1001

Merged
merged 5 commits into from
Apr 24, 2024
Merged

Added commitzen to standardize commits #1001

merged 5 commits into from
Apr 24, 2024

Conversation

glaubervila
Copy link
Contributor

Foi adicionado a biblioteca commitzen ao devcontainer.
a partir de agora para fazer novos commits é recomendado o uso do comando cz.

o Fluxo para uma nova feature, considerando que esteja no ambiente do devcontainer:

  • Novo branch a partir de main
  • Implementação
  • git add nos arquivos alterados
  • pre-commit
  • cz commit (Basta ir preenchendo as perguntas no terminal)

Para fazer o bump de uma nova versão basta executar o comando cz bump. este commando vai editar os arquivos de versão no repositório e criar uma git tag com o proximo numero de versão.

@glaubervila glaubervila linked an issue Apr 24, 2024 that may be closed by this pull request
@rcboufleur rcboufleur merged commit 2fd17eb into main Apr 24, 2024
3 of 4 checks passed
@rcboufleur rcboufleur deleted the 999-versioning branch April 24, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Versioning improvements
2 participants