79233210

Date: 2024-11-28 09:18:06
Score: 1
Natty:
Report link

To prevent pipeline from running on the commits/push use skip ci

eg: chore(release): 1.1.2 [skip ci]

I would suggest you to check out semantic release. This package helps with versioning according to conventional commits, creating/updating changelog and handles the skipping pipeline part as well.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Origin