Open bruntib opened 2 years ago
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.
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.