Hey, one subscriber asked me what do those "fix", "ci", "build" mean and why aren't they included in the changelog...I thought I'd share it again here: fix, ci, build, docs, and test do not directly affect the code functionality, so they're not included in the changelog. These keywords are a "conventional style of commits" - take a look at www.conventionalcommits.org/en/v1.0.0/ and an optional read and a good tool commitizen-tools.github.io/commitizen/
@craigcarrier619821 күн бұрын
Thanks for the video and taking the time to demo this tool. Your use of two different paths/strategies was a step above as I didn't realize it had this functionality out of the box just by skimming the docs.
@anasdevscribbles21 күн бұрын
You're welcome! It's there, but you have to scroll down to bottom of the readme, and still it's not clear without an example