File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 55 " README.md" ,
66 " _includes/*"
77 ],
8+ "_default_branch" : " master" ,
89 "_extensions" : [
910 " jinja2.ext.do" ,
1011 " jinja2.ext.loopcontrols" ,
You can’t perform that action at this time.
0 commit comments