It's not clear from the README that you can use these commands from the CLI. I had to dig around for quite a while to find out how they could be specified in the CLI.
Usually four steps are performed, but individual steps can be skipped from the command line when desired:
commit-and-tag-version --skip.bump
commit-and-tag-version --skip.changelog
commit-and-tag-version --skip.commit
commit-and-tag-version --skip.tag
commit-and-tag-version --skip.commit --skip.tag # run the bump and changelog steps only
Could these examples be added somewhere to the README?
It's not clear from the README that you can use these commands from the CLI. I had to dig around for quite a while to find out how they could be specified in the CLI.
Usually four steps are performed, but individual steps can be skipped from the command line when desired:
commit-and-tag-version --skip.bump commit-and-tag-version --skip.changelog commit-and-tag-version --skip.commit commit-and-tag-version --skip.tag commit-and-tag-version --skip.commit --skip.tag # run the bump and changelog steps onlyCould these examples be added somewhere to the README?