Discussed in #403
Originally posted by llaville November 12, 2022
With Changie v1.10.0
When you have a .changie.yaml file in your repository and run the changie init command, the default version of .changie.yaml override the current existing version.
Consider either to :
- add an option to avoid this behavior
- display a warning message
changie init write a .changie.yaml.dist file instead
PS: It's same for .changes/ folder and header template file
Plan
- If a
.changie.yaml file exists, do nothing and exit(1) a helpful message
- Add a
--force option to init to skip the check above for those living on the edge.
Discussed in #403
Originally posted by llaville November 12, 2022
With Changie v1.10.0
When you have a
.changie.yamlfile in your repository and run thechangie initcommand, the default version of.changie.yamloverride the current existing version.Consider either to :
changie initwrite a.changie.yaml.distfile insteadPS: It's same for
.changes/folder and header template filePlan
.changie.yamlfile exists, do nothing and exit(1) a helpful message--forceoption toinitto skip the check above for those living on the edge.