commitizen
commitizen copied to clipboard
version store strategy: "VERSION" file
Description
Some projects use a simple VERSION file to store version, instead of the commiziten YAML file.
Possible Solution
Add an option version_strategy: file
Additional context
Many projects use VERSION file with makefile.
I believe version_files can solve it.
sample config
[tool.commitizen]
......
version_files = ['VERSION']
You can build your own custom-version-provider plugin to support this.
If you do release a plugin, feel free to add it to third party packages section 🙏🏻