Skip to content

Commit ef082e5

Browse files
committed
fix(template): Forgot to add configuration setting to main settings file.
1 parent 88925b3 commit ef082e5

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

changelogs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ Feat 015 (#45)
162162
- *(docs)* Revert. Docs are not being updated with upgrade for some reason. debugging.
163163
- *(template)* Figured out _is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164164
- *(configuration)* Cookiecutter upgrader configuration fix.
165+
- *(template)* Forgot to add configuration setting to main settings file.
165166
## [0.1.0] - 2025-12-05
166167

167168
### ⚙️ Miscellaneous

changelogs/releases/v0.1.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,4 @@ Feat 015 (#45)
162162
- *(docs)* Revert. Docs are not being updated with upgrade for some reason. debugging.
163163
- *(template)* Figured out _is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164164
- *(configuration)* Cookiecutter upgrader configuration fix.
165+
- *(template)* Forgot to add configuration setting to main settings file.

docs/cookiecutter_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"__year_range": "2025-2026",
1616
"_checkout": "main",
1717
"_copy_without_render": [],
18-
"_default_branch": "master",
18+
"_default_branch": "main",
1919
"_extensions": [
2020
"jinja2.ext.do",
2121
"jinja2.ext.loopcontrols"

docs/jekyll/docs/cookiecutter_input.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"README.md",
66
"_includes/*"
77
],
8+
"_default_branch": "master",
89
"_extensions": [
910
"jinja2.ext.do",
1011
"jinja2.ext.loopcontrols",

0 commit comments

Comments
 (0)