Skip to content

Commit 7a27de9

Browse files
committed
fix(makefile): emoji for documentation fixed.
1 parent a5a690f commit 7a27de9

3 files changed

Lines changed: 44 additions & 32 deletions

File tree

changelogs/CHANGELOG.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -99,25 +99,31 @@ Feat 010 (#33)
9999
- Merge pull request #36 from jcook3701/develop
100100

101101
Feat 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

changelogs/releases/v0.1.1.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -99,22 +99,28 @@ Feat 010 (#33)
9999
- Merge pull request #36 from jcook3701/develop
100100

101101
Feat 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.

{{ cookiecutter.project_slug }}/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ AUTHOR = "{{ cookiecutter.author }}"
3939
VERSION = "{{ cookiecutter.version }}"
4040
PUBLISHDIR ?=
4141
# --------------------------------------------------
42-
# 📘 Documentation (Sphinx + Jekyll)
42+
# 📚 Documentation (Sphinx + Jekyll)
4343
# --------------------------------------------------
4444
RUBY_INSTALL := bundle install
4545
JEKYLL_BUILD := bundle exec jekyll build --quiet
@@ -60,7 +60,7 @@ ruby-install:
6060
# 📚 Documentation (Jekyll)
6161
# --------------------------------------------------
6262
jekyll:
63-
$(AT)echo "🔨 Building Jekyll site 📘..."
63+
$(AT)echo "🔨 Building Jekyll site 📚..."
6464
$(AT)$(JEKYLL_BUILD)
6565
$(AT)echo "✅ Full documentation build complete!"
6666

0 commit comments

Comments
 (0)