Skip to content

Commit c2919a3

Browse files
committed
test message
1 parent 44bba3b commit c2919a3

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,26 @@ ctp -i '[
7070
Usage: ctp [options]
7171
7272
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
7576
-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)
87+
88+
You can check your installed version using:
89+
```bash
90+
ctp --version
91+
# or
92+
ctp -v
7793
```
7894

7995
## License

0 commit comments

Comments
 (0)