We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45e14e commit 5549274Copy full SHA for 5549274
2 files changed
copier.yml
@@ -86,7 +86,7 @@ dependency_manager:
86
# Ref: https://copier.readthedocs.io/en/stable/faq/#how-to-lock-a-computed-value
87
devfiles_version:
88
type: str
89
- default: "v0.1.3"
+ default: "v0.1.4"
90
when: false # never ask about it as it's constant
91
92
# External can be used only in copier.yml not in template
release
@@ -34,7 +34,7 @@ if diff "$ORIGIN_NORMALIZED_COPIER" "$NEW_NORMALIZED_COPIER" > "$PATCH_COPIER";
34
# we don't exit as it may be the recreation of a release
35
fi
36
patch copier.yml "$PATCH_COPIER"
37
-if ! grep -q "devfiles_version: \"v$next_version\"" copier.yml; then
+if ! grep -q "default: \"v$next_version\"" copier.yml; then
38
echo "Update failed"
39
exit 1
40
0 commit comments