From c751681fa9900b3dd75cac68ace02fb4000441fe Mon Sep 17 00:00:00 2001 From: Daniel Mazhari-Jensen Date: Mon, 10 Aug 2026 08:53:59 +0200 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=A7=B1=20new-copier-answers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to linking to t-squared v0.10 --- .copier-answers.yml | 2 +- copier.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 95ecf73..08a6625 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 0.3.2 +_commit: 0.10.0 _src_path: gh:seedcase-project/t-squared for_seedcase: true github_repo: template-workshop diff --git a/copier.yaml b/copier.yaml index b857011..75956bb 100644 --- a/copier.yaml +++ b/copier.yaml @@ -41,3 +41,8 @@ github_repo_spec: type: str default: "{{ github_user }}/{{ github_repo }}" when: false + +copyright_year: + type: str + default: "{{ copyright_year | default('%Y' | strftime) }}" + when: false