From 1ee697cd39b344832bc644ae6d96cb68e5d25cc7 Mon Sep 17 00:00:00 2001 From: Olga Lyashevska Date: Tue, 27 Aug 2024 16:24:14 +0200 Subject: [PATCH 1/2] change default profile to recommended --- copier/profiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copier/profiles.yml b/copier/profiles.yml index 5204ddee..30f1d472 100644 --- a/copier/profiles.yml +++ b/copier/profiles.yml @@ -2,7 +2,7 @@ # profile selection template_profile: type: str - default: ask + default: "recommended" help: Select a profile choices: Recommended (our defaults for research software): "recommended" From 63ec951cf1372a1678770f872e071734886c9419 Mon Sep 17 00:00:00 2001 From: Olga Lyashevska Date: Tue, 27 Aug 2024 16:31:00 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6df43323..f32ca18a 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 +* 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) * Droped Python 3.8 and 3.9 support [#551](https://github.com/NLeSC/python-template/pull/551) * Fix broken link checker [#546](https://github.com/NLeSC/python-template/pull/546)