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
Copy file name to clipboardExpand all lines: README.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,10 +70,26 @@ ctp -i '[
70
70
Usage: ctp [options]
71
71
72
72
Options:
73
-
-i, --input <value> input string
74
-
-s, --stdin read input from stdin
73
+
-v, --version output the current version
74
+
-i, --input <value> input string
75
+
-s, --stdin read input from stdin
75
76
-t, --tableOptions <value> table options in JSON format
76
-
-h, --help display help for command
77
+
-h, --help display help for command
78
+
```
79
+
80
+
## Versioning
81
+
82
+
This project follows [Semantic Versioning](https://semver.org/) and uses [semantic-release](https://github.com/semantic-release/semantic-release) for automated version management and package publishing. The version number is automatically incremented based on commit messages:
83
+
84
+
-`fix:` commits trigger a PATCH release (1.0.x)
85
+
-`feat:` commits trigger a MINOR release (1.x.0)
86
+
-`BREAKING CHANGE:` in commit body triggers a MAJOR release (x.0.0)
0 commit comments