Skip to content

Commit 0eda9ce

Browse files
committed
fix(configuration): cookiecutter upgrader configuration fix.
1 parent eca94e4 commit 0eda9ce

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

changelogs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ Feat 015 (#45)
160160
- *(template)* Updates to template cookiecutter.json file.
161161
- *(docs)* Docs are not being updated with upgrade for some reason. debugging.
162162
- *(docs)* Revert. Docs are not being updated with upgrade for some reason. debugging.
163+
- *(template)* Figured out _is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
163164
## [0.1.0] - 2025-12-05
164165

165166
### ⚙️ Miscellaneous

changelogs/releases/v0.1.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,4 @@ Feat 015 (#45)
160160
- *(template)* Updates to template cookiecutter.json file.
161161
- *(docs)* Docs are not being updated with upgrade for some reason. debugging.
162162
- *(docs)* Revert. Docs are not being updated with upgrade for some reason. debugging.
163+
- *(template)* Figured out _is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.

docs/jekyll/docs/cookiecutter_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"__year_range": "2025-2026",
3-
"_checkout": null,
3+
"_checkout": "master",
44
"_copy_without_render": [
55
"README.md",
66
"_includes/*"

{{ cookiecutter.project_slug }}/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ remote_theme: "{{ cookiecutter.theme }}"
99
ga_tracking: "{{ cookiecutter.ga_tracking }}"
1010

1111
repo_url: "{{ cookiecutter.repo_url }}"
12-
repo_blob: "{{cookiecutter.repo_url }}/blob/{{ cookiecutter._checkout }}"
12+
repo_blob: "{{cookiecutter.repo_url }}/blob/{{ cookiecutter._default_branch }}"
1313
github_io_url: "{{ cookiecutter.github_io }}"
1414
repository: "{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}"
1515

0 commit comments

Comments
 (0)