From a89f3ff61bd88db376903b73115448499e3cc29b Mon Sep 17 00:00:00 2001 From: "Faruk D." Date: Wed, 28 Aug 2024 11:03:33 +0200 Subject: [PATCH 1/2] fix filename typo of githooks --- .../pre-commit | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename template/{{% if AddPreCommit %}.githhooks{% endif %} => {% if AddPreCommit %}.githooks{% endif %}}/pre-commit (100%) diff --git a/template/{% if AddPreCommit %}.githhooks{% endif %}/pre-commit b/template/{% if AddPreCommit %}.githooks{% endif %}/pre-commit similarity index 100% rename from template/{% if AddPreCommit %}.githhooks{% endif %}/pre-commit rename to template/{% if AddPreCommit %}.githooks{% endif %}/pre-commit From d40b7ebc616f0e37a59f96d2ae4734c7bd5d0302 Mon Sep 17 00:00:00 2001 From: "Faruk D." Date: Wed, 28 Aug 2024 11:08:10 +0200 Subject: [PATCH 2/2] update the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6eed046..6847d319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * Make online documentation optional [#476](https://github.com/NLeSC/python-template/pull/476) ### Changed +* fix filename typo of githooks [#611](https://github.com/NLeSC/python-template/pull/609) * next_steps.md is shown as a copier message [#609](https://github.com/NLeSC/python-template/pull/609) * Change the default profile to 'recommended' [#598](https://github.com/NLeSC/python-template/pull/598) * Updated the user documentation (README.md) of the template [#569](https://github.com/NLeSC/python-template/pull/569)