Considering we are using conventional commit syntax with featfixrefactor, etc. we can use conventional commits to auto generatee changelogs. This is a very handy feature we can use in tandem with pushing changes from next to main as new versions. Doing it this way will help us document how the website changes over time 👍
Considering we are using conventional commit syntax with
feat
fix
refactor
, etc. we can use conventional commits to auto generatee changelogs. This is a very handy feature we can use in tandem with pushing changes from next to main as new versions. Doing it this way will help us document how the website changes over time 👍