You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Internal scopes — treat as patch, not minor:** The following scopes represent internal developer tooling and infrastructure, not user-facing features. A `feat:` commit with one of these scopes counts as a **patch**, not a minor bump:
For example, `feat(titan): first full pipeline run` is internal tooling — patch. But `feat(cfg): control-flow graph generation` is user-facing — minor.
57
+
52
58
Given the current version `MAJOR.MINOR.PATCH` from `package.json`, compute the new version:
53
59
-**major** → `(MAJOR+1).0.0`
54
60
-**minor** → `MAJOR.(MINOR+1).0`
@@ -57,6 +63,8 @@ Given the current version `MAJOR.MINOR.PATCH` from `package.json`, compute the n
57
63
Print the detected bump reason and the resolved version, e.g.:
0 commit comments