Skip to content

Commit 8ba344d

Browse files
authored
Feat 021 (#57)
* fix(upgrader): Fix to move project back to cookiecutter template project. * chore(update): Update template from cookiecutter-cookiecutter using cookiecutter_project_upgrader. * feat(upgrader): Updates to upgrader configuration file to fix hooks upgrade.
1 parent 9e2bb6f commit 8ba344d

File tree

8 files changed

+63
-18
lines changed

8 files changed

+63
-18
lines changed

changelogs/CHANGELOG.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,16 +209,27 @@ Feat 018 (#51)
209209
- Merge pull request #54 from jcook3701/develop
210210

211211
Feat 019 (#53)
212+
- Feat 020 (#55)
213+
214+
* fix(docs): readme updates.
215+
216+
* fix(docs): readme ci/cd checklist updates.
217+
218+
* fix(docs): Fixed FAQ page name.
219+
220+
* feat(docs): updates to git commit message info.
221+
- Merge pull request #56 from jcook3701/develop
222+
223+
Feat 020 (#55)
212224

213225
### 🐛 Fixed
214226

215227
- *(template)* Updates to template cookiecutter.json file.
216-
- *(docs)* Readme updates.
217-
- *(docs)* Readme updates.
218-
- *(docs)* Readme updates.
219-
- *(docs)* Readme updates.
220-
- *(docs)* Readme ci/cd checklist updates.
221-
- *(docs)* Fixed FAQ page name.
228+
- *(upgrader)* Fix to move project back to cookiecutter template project.
229+
230+
### 🚀 Added
231+
232+
- *(upgrader)* Updates to upgrader configuration file to fix hooks upgrade.
222233
## [0.1.0] - 2025-12-05
223234

224235
### ⚙️ Miscellaneous

changelogs/releases/v0.1.1.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,24 @@ Feat 018 (#51)
209209
- Merge pull request #54 from jcook3701/develop
210210

211211
Feat 019 (#53)
212+
- Feat 020 (#55)
213+
214+
* fix(docs): readme updates.
215+
216+
* fix(docs): readme ci/cd checklist updates.
217+
218+
* fix(docs): Fixed FAQ page name.
219+
220+
* feat(docs): updates to git commit message info.
221+
- Merge pull request #56 from jcook3701/develop
222+
223+
Feat 020 (#55)
212224

213225
### 🐛 Fixed
214226

215227
- *(template)* Updates to template cookiecutter.json file.
216-
- *(docs)* Readme updates.
217-
- *(docs)* Readme updates.
218-
- *(docs)* Readme updates.
219-
- *(docs)* Readme updates.
220-
- *(docs)* Readme ci/cd checklist updates.
221-
- *(docs)* Fixed FAQ page name.
228+
- *(upgrader)* Fix to move project back to cookiecutter template project.
229+
230+
### 🚀 Added
231+
232+
- *(upgrader)* Updates to upgrader configuration file to fix hooks upgrade.

cspell.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"language": "en",
44
"useGitignore": true,
55
"words": [
6+
"antsibull",
7+
"antsichaut",
68
"bumpversion",
79
"cla",
810
"ccla",
@@ -16,16 +18,21 @@
1618
"endmacro",
1719
"endraw",
1820
"endset",
21+
"flatpak",
1922
"gitcliff",
2023
"githubusercontent",
2124
"icla",
2225
"mkdirp",
26+
"nameisok",
2327
"nutrimatic",
2428
"nutri-matic",
29+
"pkg",
30+
"pkgs",
2531
"pipaudit",
2632
"pip-audit",
2733
"pyproject",
2834
"pytest",
35+
"pyupgrade",
2936
"rpmnew",
3037
"rustc",
3138
"streetsidesoftware",
@@ -35,7 +42,8 @@
3542
"venv",
3643
"visualstudio",
3744
"vsmarketplacebadge",
38-
"yaml"
45+
"yaml",
46+
"yamlfixer"
3947
],
4048
"flagWords": [
4149
"hte"

docs/cookiecutter_input.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"add_sphinx_docs": false,
4242
"author": "Jared Cook",
4343
"buymeacoffee_username": "jcook3701",
44+
"changelog": "none",
4445
"company": null,
4546
"contribution_model": "CLA",
4647
"copyright": "Copyright (c) 2025-2026, Jared Cook",
@@ -58,7 +59,7 @@
5859
"publication_year": "2025",
5960
"python_version": "3.11",
6061
"repo_url": "https://github.com/jcook3701/github-docs-cookiecutter",
61-
"template_type": "documentation",
62+
"template_type": "cookiecutter",
6263
"theme": "just-the-docs/just-the-docs@v0.11.0",
6364
"timezone": "America/Los_Angeles",
6465
"twitter_username": "",

docs/jekyll/_manual/contribute/git-commit-message.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,21 @@ parent: Contribute
88

99
Commits are required to be conventional git commit messages. This helps with the auto-generation of the changelog files and is enforced by [pre-commit](https://pre-commit.com/).
1010

11-
__example:__
11+
**options (default):**
12+
13+
* docs
14+
* chore
15+
* feat
16+
* fix
17+
* refactor
18+
* ci
19+
* test
20+
* perf
21+
* revert
22+
* build
23+
* style
24+
25+
**example:**
1226

1327
```shell
1428
<type>[optional scope]: <description>

docs/jekyll/_manual/troubleshooting/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Requirements
3+
title: FAQ
44
nav_order: 1
55
parent: Troubleshooting
66
---

docs/jekyll/_manual/troubleshooting/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ has_children: true
66
---
77
## Troubleshooting github-docs-cookiecutter
88

9-
* **[FAQ]({% link _manual/troubleshooting/faq.md %})** Common questions are answered in our [Frequently Asked Questions](https://jcook3701.github.io/github-docs-cookiecutter/manual/troubleshooting/faq.md).
9+
* **[FAQ]({% link _manual/troubleshooting/faq.md %})** Common questions are answered in our Frequently Asked Questions

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ authors = [
3030
]
3131
readme = "README.md"
3232
license = "AGPL-3.0-or-later"
33-
license-files = ["LICENSE"]
33+
license-files = ["LICENSE.md"]
3434
requires-python = ">=3.11"
3535
dependencies = [
3636
"nutri-matic>=0.1",

0 commit comments

Comments
 (0)