we are following semantic release rules for our tags and it's easy to follow just write your commit exactly like example below
if you want to change something and that is just a bug fix you can go for this option
fix: if you fixed a bug so just make your comment as a fix fix(pencil): I fixed a token key
if you have some really minor change like, refactoring you can go for this option
perf(pencil): remove graphiteWidth option
use feat and write about the it. feat(terraform): add 'a new resource' option
perf(pencil): remove graphiteWidth option
you have two option here! BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reasons.
please use git pull before commit anything because this github action bot is creating a file named, CHANGELOG.md and write everything on it so you are always behind of the repository!
babak new file babak2
test