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 @@ -99,25 +99,31 @@ Feat 010 (#33)
9999- Merge pull request #36 from jcook3701/develop
100100
101101Feat 011 cla fix (#35 )
102- - Update template
103- - Update template
104- - Update template
105- - Update template
106- - Update template
107- - Merge branch 'cookiecutter-template' into feat-012
108- - Update template
109- - Merge branch 'cookiecutter-template' into feat-012
102+ - Feat 012 (#37 )
110103
111- ### 🐛 Fixed
104+ * feat(build): Updates to documentation makefile.
112105
113- - * (template)* Updates to template cookiecutter.json file.
114- - * (cla)* Fix for CLA fix for master branch.
115- - * (makefile)* Minor fix for documentation emoji.
106+ * fix(cla): Fix for CLA fix for master branch.
107+ - Merge pull request #38 from jcook3701/develop
108+
109+ Feat 012 (#37 )
110+ - Creating file for storing CLA Signatures
111+ - Feat 012 (#39 )
112+
113+ * feat(build): Updates to documentation makefile.
114+
115+ * fix(cla): Fix for CLA fix for master branch.
116116
117- ### 🚀 Added
117+ * chore(template) Update template from cookiecutter-cookiecutter repository.
118118
119- - * (build)* Updates to documentation makefile.
120- - * (build)* Updates to documentation makefile.
119+ * fix(makefile): Minor fix for documentation emoji.
120+ - Merge pull request #40 from jcook3701/develop
121+
122+ Feat 012 (#39 )
123+
124+ ### 🐛 Fixed
125+
126+ - * (template)* Updates to template cookiecutter.json file.
121127## [ 0.1.0] - 2025-12-05
122128
123129### ⚙️ Miscellaneous
Original file line number Diff line number Diff line change @@ -99,22 +99,28 @@ Feat 010 (#33)
9999- Merge pull request #36 from jcook3701/develop
100100
101101Feat 011 cla fix (#35 )
102- - Update template
103- - Update template
104- - Update template
105- - Update template
106- - Update template
107- - Merge branch 'cookiecutter-template' into feat-012
108- - Update template
109- - Merge branch 'cookiecutter-template' into feat-012
102+ - Feat 012 (#37 )
110103
111- ### 🐛 Fixed
104+ * feat(build): Updates to documentation makefile.
112105
113- - * (template)* Updates to template cookiecutter.json file.
114- - * (cla)* Fix for CLA fix for master branch.
115- - * (makefile)* Minor fix for documentation emoji.
106+ * fix(cla): Fix for CLA fix for master branch.
107+ - Merge pull request #38 from jcook3701/develop
108+
109+ Feat 012 (#37 )
110+ - Creating file for storing CLA Signatures
111+ - Feat 012 (#39 )
112+
113+ * feat(build): Updates to documentation makefile.
114+
115+ * fix(cla): Fix for CLA fix for master branch.
116116
117- ### 🚀 Added
117+ * chore(template) Update template from cookiecutter-cookiecutter repository.
118118
119- - * (build)* Updates to documentation makefile.
120- - * (build)* Updates to documentation makefile.
119+ * fix(makefile): Minor fix for documentation emoji.
120+ - Merge pull request #40 from jcook3701/develop
121+
122+ Feat 012 (#39 )
123+
124+ ### 🐛 Fixed
125+
126+ - * (template)* Updates to template cookiecutter.json file.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ AUTHOR = "{{ cookiecutter.author }}"
3939VERSION = "{{ cookiecutter.version }}"
4040PUBLISHDIR ?=
4141# --------------------------------------------------
42- # 📘 Documentation (Sphinx + Jekyll)
42+ # 📚 Documentation (Sphinx + Jekyll)
4343# --------------------------------------------------
4444RUBY_INSTALL := bundle install
4545JEKYLL_BUILD := bundle exec jekyll build --quiet
@@ -60,7 +60,7 @@ ruby-install:
6060# 📚 Documentation (Jekyll)
6161# --------------------------------------------------
6262jekyll :
63- $(AT ) echo " 🔨 Building Jekyll site 📘 ..."
63+ $(AT ) echo " 🔨 Building Jekyll site 📚 ..."
6464 $(AT )$(JEKYLL_BUILD )
6565 $(AT ) echo " ✅ Full documentation build complete!"
6666
You can’t perform that action at this time.
0 commit comments