See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
| { | |
| "terminal.integrated.defaultProfile.windows": "Git Bash", | |
| "editor.formatOnSave": true, | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "editor.tabSize": 1, | |
| "workbench.colorTheme": "Min Dark", | |
| "symbols.hidesExplorerArrows": false, | |
| "workbench.iconTheme": "symbols", | |
| "editor.fontFamily": "jetBrains Mono", | |
| "editor.fontSize": 14, |
See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs