You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
Updating versions is a pain, and it's something that needs to be done on a semi-regular basis. The ideal would be to only need to update cookiecutter.json with all supported versions for the cookiecutter template. The tests should capture if any other changes are needed.
To be able to do this reliably, we need to use a filter split in the jinja templates. This relies on the following PR: cookiecutter/cookiecutter#1240, as split is not part of built-in filters in Jinja as described here: pallets/jinja#898
The text was updated successfully, but these errors were encountered:
Description
Updating versions is a pain, and it's something that needs to be done on a semi-regular basis. The ideal would be to only need to update cookiecutter.json with all supported versions for the cookiecutter template. The tests should capture if any other changes are needed.
To be able to do this reliably, we need to use a filter
split
in the jinja templates. This relies on the following PR: cookiecutter/cookiecutter#1240, as split is not part of built-in filters in Jinja as described here: pallets/jinja#898The text was updated successfully, but these errors were encountered: