Skip to content

Commit 7b23030

Browse files
authored
Merge pull request #598 from NLeSC/526-default-profile
526-change default profile
2 parents 666114a + 63ec951 commit 7b23030

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
@@ -17,6 +17,7 @@
1717
* Make online documentation optional [#476](https://github.com/NLeSC/python-template/pull/476)
1818

1919
### Changed
20+
* Change the default profile to 'recommended' [#598](https://github.com/NLeSC/python-template/pull/598)
2021
* Updated the user documentation (README.md) of the template [#569](https://github.com/NLeSC/python-template/pull/569)
2122
* Droped Python 3.8 and 3.9 support [#551](https://github.com/NLeSC/python-template/pull/551)
2223
* 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)