Skip to content

Commit 24133d3

Browse files
committed
Merge branch 'main' into 556_next_steps
2 parents 1fa94dc + 7b23030 commit 24133d3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
### Changed
2020
* next_steps.md is shown as a copier message [#609](https://github.com/NLeSC/python-template/pull/609)
21+
* Change the default profile to 'recommended' [#598](https://github.com/NLeSC/python-template/pull/598)
2122
* Updated the user documentation (README.md) of the template [#569](https://github.com/NLeSC/python-template/pull/569)
2223
* Droped Python 3.8 and 3.9 support [#551](https://github.com/NLeSC/python-template/pull/551)
2324
* Fix broken link checker [#546](https://github.com/NLeSC/python-template/pull/546)

copier/profiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# profile selection
33
template_profile:
44
type: str
5-
default: ask
5+
default: "recommended"
66
help: Select a profile
77
choices:
88
Recommended (our defaults for research software): "recommended"

0 commit comments

Comments
 (0)