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

Chapter 28/06/2023 #28

Open
jimmysafe opened this issue Jun 26, 2023 · 0 comments
Open

Chapter 28/06/2023 #28

jimmysafe opened this issue Jun 26, 2023 · 0 comments

Comments

@jimmysafe
Copy link
Owner

jimmysafe commented Jun 26, 2023

Problema:



  • non abbiamo un format univoco tra i dev per scrittura di commit messages.
  • non abbiamo implementato funzionalità di versionamento e changelog automatico.

Soluzione:

1 - commitizen e commitlint per avere un format univoco di scrittura commit message.
2 - grazie ad un univoco commit message possiamo avere un versioning e changelog release aggiornato automaticamente con release-it.



Premessa:

Quando si committa si e’ forzati a seguire il pattern di conventional commits.

Quando si merga su master tramite Squash o Merge parte una gh action incaricata di generare il nuovo changelog file e automaticamente la release in base al commit message. 

Ad esempio se nella release abbiamo una fix allora il numero di patch verra bumpato (x.x.1),
se implementiamo una feature allora il minor number verra bumpato (x.1.x),
se implementiamo una breaking change allora la major verra’ bumpata automaticamente (1.x.x).

Vi lascio un video di 6 minuti fatemi sapere cosa ne pensate!

https://streamable.com/ewhc95

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

No branches or pull requests

1 participant