Skip to content

Commit 173783a

Browse files
authored
Merge pull request #20 from jcook3701/feat-005
Feat (005)
2 parents 2b20835 + da036db commit 173783a

3 files changed

Lines changed: 26 additions & 5 deletions

File tree

changelogs/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,18 @@
1919
* fix(tests): Fixed output of project path to the new expected output.
2020

2121
* fix(template): fixed cookiecutter.json.
22+
- Feat 004 (#18)
2223

23-
### 🚀 Added
24+
* feat(upgrade): setting up project for upgrade from cookiecutter-cookiecutter.
2425

25-
- *(upgrade)* Setting up project for upgrade from cookiecutter-cookiecutter.
26+
* Update template
27+
28+
* Update template
29+
30+
* Update template
31+
- Merge pull request #19 from jcook3701/develop
32+
33+
Feat 004 (#18)
2634
## [0.1.0] - 2025-12-05
2735

2836
### ⚙️ Miscellaneous

changelogs/releases/v0.1.1.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Changelog:
33
# --------------------------------------------------
44

5-
## [0.1.1] - 2025-12-29
5+
## [0.1.1] - 2026-01-06
66

77
### ⚙️ Miscellaneous
88

@@ -19,7 +19,15 @@
1919
* fix(tests): Fixed output of project path to the new expected output.
2020

2121
* fix(template): fixed cookiecutter.json.
22+
- Feat 004 (#18)
2223

23-
### 🚀 Added
24+
* feat(upgrade): setting up project for upgrade from cookiecutter-cookiecutter.
2425

25-
- *(upgrade)* Setting up project for upgrade from cookiecutter-cookiecutter.
26+
* Update template
27+
28+
* Update template
29+
30+
* Update template
31+
- Merge pull request #19 from jcook3701/develop
32+
33+
Feat 004 (#18)

cookiecutter.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@
1414
"linkedin_usercode": "jared-cook-b3585a114",
1515
"twitter_username": "",
1616
"buymeacoffee_username": "jcook3701",
17+
"_is_sub_template": true,
1718
"_copy_without_render": [
1819
"README.md",
1920
"_includes/*"
2021
],
22+
"_extensions": [
23+
"jinja2.ext.do",
24+
"jinja2.ext.loopcontrols"
25+
],
2126
"_jinja2_env_vars": {
2227
"lstrip_blocks": true,
2328
"trim_blocks": true

0 commit comments

Comments
 (0)