It turns out that while it is safe to add/remove key/value pairs to the recipe, it is unsafe to modify values alone. I needed to revert this change since it rendered projects using older values broken when updating.
Lessons were learned. This should be the last major change until I migrate this cookiecutter to use pyproject.toml (eventually, no rush).
@tlvu
It turns out that while it is safe to add/remove key/value pairs to the recipe, it is unsafe to modify values alone. I needed to revert this change since it rendered projects using older values broken when updating.
Lessons were learned. This should be the last major change until I migrate this cookiecutter to use
pyproject.toml
(eventually, no rush).