CodeCompass icon indicating copy to clipboard operation
CodeCompass copied to clipboard

Introducing a sub-command for querying version

Open bruntib opened this issue 2 years ago • 1 comments

We should introduce a sub-command (CodeCompass_version) or flag (CodeCompass_parser --version, CodeCompass_webserver --version) which prints CodeCompass version. The output should contain some version info and commit ID if available. Let's discuss the details.

bruntib avatar Feb 16 '22 11:02 bruntib

Just a remark to this issue and the discussion on today's meeting: version numbers can be automatically incremented with tools, given that the commit messages follow a couple of simple rules.
https://www.conventionalcommits.org/

Changelogs can also be automatically generated this way. I use Conventional Commits on a few other projects and it works really well. Of course it is not mandatory to solve this issue, but I will leave it here, in case some of you are not familiar with it.

mcserep avatar Feb 16 '22 17:02 mcserep