-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(actions): Generazione changelog (#52)
Risolti alcuni problemi dell'action che effettua la Release in automatico. - Migliorato il file di configurazione per la generazione dei changelog per le Release: ora viene aggiunto il tag all'autore del commit. In questo modo nella release viene creata (in automatico) la sezione 'Contributors'. - Sistemato un problema per il quale veniva mostrato tutto il corpo dei commit nella sezione 'Commits'. Questo era dovuto al fatto che i commit non 'conventional' non hanno la distinzione tra corpo e header del commit. Ora viene mostrata solo la prima riga dei commit non convenzionali. #patch
- Loading branch information
Showing
2 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters