File tree Expand file tree Collapse file tree
{{ cookiecutter.project_slug }} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ Feat 015 (#45)
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.
163163- * (template)* Figured out _ is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164+ - * (configuration)* Cookiecutter upgrader configuration fix.
164165## [ 0.1.0] - 2025-12-05
165166
166167### ⚙️ Miscellaneous
Original file line number Diff line number Diff line change @@ -161,3 +161,4 @@ Feat 015 (#45)
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.
163163- * (template)* Figured out _ is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164+ - * (configuration)* Cookiecutter upgrader configuration fix.
Original file line number Diff line number Diff line change 5050 " ros2" ,
5151 " typescript"
5252 ],
53+ "_default_branch" : " master" ,
5354 "_is_sub_template" : true ,
5455 "_copy_without_render" : [
5556 " README.md" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ remote_theme: "{{ cookiecutter.theme }}"
99ga_tracking : " {{ cookiecutter.ga_tracking }}"
1010
1111repo_url : " {{ cookiecutter.repo_url }}"
12- repo_blob : " {{cookiecutter.repo_url }}/blob/{{ cookiecutter._default_branch }}"
12+ repo_blob : " {{ cookiecutter.repo_url }}/blob/{{ cookiecutter._default_branch }}"
1313github_io_url : " {{ cookiecutter.github_io }}"
1414repository : " {{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}"
1515
You can’t perform that action at this time.
0 commit comments