Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
synchronize
]

# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings

Check warning on line 30 in .github/workflows/cla.yml

View workflow job for this annotation

GitHub Actions / jinja2-lint

30:121 [line-length] line too long (126 > 120 characters)

Check warning on line 30 in .github/workflows/cla.yml

View workflow job for this annotation

GitHub Actions / jinja2-lint

30:121 [line-length] line too long (126 > 120 characters)
permissions:
actions: write
contents: write # this can be 'read' if the signatures are in remote repository
Expand All @@ -39,18 +39,18 @@
runs-on: ubuntu-latest
steps:
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'

Check warning on line 42 in .github/workflows/cla.yml

View workflow job for this annotation

GitHub Actions / jinja2-lint

42:121 [line-length] line too long (187 > 120 characters)

Check warning on line 42 in .github/workflows/cla.yml

View workflow job for this annotation

GitHub Actions / jinja2-lint

42:121 [line-length] line too long (187 > 120 characters)
uses: contributor-assistant/github-action@v2.6.1
env:

GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# the below token should have repo scope and must be manually added by you in the repository's secret
# This token is required only if you have configured to store the signatures in a remote repository/organization

Check warning on line 48 in .github/workflows/cla.yml

View workflow job for this annotation

GitHub Actions / jinja2-lint

48:121 [line-length] line too long (122 > 120 characters)

Check warning on line 48 in .github/workflows/cla.yml

View workflow job for this annotation

GitHub Actions / jinja2-lint

48:121 [line-length] line too long (122 > 120 characters)
# PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
signed-commit-message: 'chore: $contributorName has signed the CLA'

Check warning on line 51 in .github/workflows/cla.yml

View workflow job for this annotation

GitHub Actions / jinja2-lint

51:34 [quoted-strings] string value is not quoted with double quotes

Check warning on line 51 in .github/workflows/cla.yml

View workflow job for this annotation

GitHub Actions / jinja2-lint

51:34 [quoted-strings] string value is not quoted with double quotes
path-to-signatures: 'signatures/version1/cla.json'
path-to-document: 'https://github.com/{{ github.repository }}/blob/master/docs/jekyll/_site/manual/developer-resources/cla.html' # e.g. a CLA or a DCO document
path-to-document: 'https://github.com/${{ github.repository }}/blob/master/docs/jekyll/_site/manual/developer-resources/cla.html' # e.g. a CLA or a DCO document
# branch should not be protected
branch: 'master'
allowlist: "{{ cookiecutter.github_username }},github-actions[bot],dependabot[bot],bot*"
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,13 @@
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3' # Recommended for Jekyll 4.4 in 2026

Check warning on line 60 in .github/workflows/jekyll-gh-pages.yml

View workflow job for this annotation

GitHub Actions / jinja2-lint

60:25 [quoted-strings] string value is not quoted with double quotes

Check warning on line 60 in .github/workflows/jekyll-gh-pages.yml

View workflow job for this annotation

GitHub Actions / jinja2-lint

60:25 [quoted-strings] string value is not quoted with double quotes
bundler-cache: true # Runs 'bundle install' and caches gems automatically
working-directory: ./docs/jekyll
- name: Install Ruby Packages
run: |
make ruby-install
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll site in /docs/jekyll
run: make build-docs
run: make jekyll
env:
PAGES_REPO_NWO: ${{ github.repository }}
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
38 changes: 23 additions & 15 deletions changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,25 +99,33 @@ Feat 010 (#33)
- Merge pull request #36 from jcook3701/develop

Feat 011 cla fix (#35)
- Update template
- Update template
- Update template
- Update template
- Update template
- Merge branch 'cookiecutter-template' into feat-012
- Update template
- Merge branch 'cookiecutter-template' into feat-012
- Feat 012 (#37)

### 🐛 Fixed
* feat(build): Updates to documentation makefile.

- *(template)* Updates to template cookiecutter.json file.
- *(cla)* Fix for CLA fix for master branch.
- *(makefile)* Minor fix for documentation emoji.
* fix(cla): Fix for CLA fix for master branch.
- Merge pull request #38 from jcook3701/develop

Feat 012 (#37)
- Creating file for storing CLA Signatures
- Feat 012 (#39)

* feat(build): Updates to documentation makefile.

* fix(cla): Fix for CLA fix for master branch.

### 🚀 Added
* chore(template) Update template from cookiecutter-cookiecutter repository.

- *(build)* Updates to documentation makefile.
- *(build)* Updates to documentation makefile.
* fix(makefile): Minor fix for documentation emoji.
- Merge pull request #40 from jcook3701/develop

Feat 012 (#39)

### 🐛 Fixed

- *(template)* Updates to template cookiecutter.json file.
- *(makefile)* Emoji for documentation fixed.
- *(ci/cd)* Jekyll build and deploy fix.
## [0.1.0] - 2025-12-05

### ⚙️ Miscellaneous
Expand Down
38 changes: 23 additions & 15 deletions changelogs/releases/v0.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,30 @@ Feat 010 (#33)
- Merge pull request #36 from jcook3701/develop

Feat 011 cla fix (#35)
- Update template
- Update template
- Update template
- Update template
- Update template
- Merge branch 'cookiecutter-template' into feat-012
- Update template
- Merge branch 'cookiecutter-template' into feat-012
- Feat 012 (#37)

### 🐛 Fixed
* feat(build): Updates to documentation makefile.

- *(template)* Updates to template cookiecutter.json file.
- *(cla)* Fix for CLA fix for master branch.
- *(makefile)* Minor fix for documentation emoji.
* fix(cla): Fix for CLA fix for master branch.
- Merge pull request #38 from jcook3701/develop

Feat 012 (#37)
- Creating file for storing CLA Signatures
- Feat 012 (#39)

* feat(build): Updates to documentation makefile.

* fix(cla): Fix for CLA fix for master branch.

### 🚀 Added
* chore(template) Update template from cookiecutter-cookiecutter repository.

- *(build)* Updates to documentation makefile.
- *(build)* Updates to documentation makefile.
* fix(makefile): Minor fix for documentation emoji.
- Merge pull request #40 from jcook3701/develop

Feat 012 (#39)

### 🐛 Fixed

- *(template)* Updates to template cookiecutter.json file.
- *(makefile)* Emoji for documentation fixed.
- *(ci/cd)* Jekyll build and deploy fix.
6 changes: 3 additions & 3 deletions {{ cookiecutter.project_slug }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ AUTHOR = "{{ cookiecutter.author }}"
VERSION = "{{ cookiecutter.version }}"
PUBLISHDIR ?=
# --------------------------------------------------
# 📘 Documentation (Sphinx + Jekyll)
# 📚 Documentation (Sphinx + Jekyll)
# --------------------------------------------------
RUBY_INSTALL := bundle install
JEKYLL_BUILD := bundle exec jekyll build --quiet
Expand All @@ -50,7 +50,7 @@ JEKYLL_SERVE := bundle exec jekyll serve
# --------------------------------------------------
# Default:
# --------------------------------------------------
all: build
all: ruby-install build
# --------------------------------------------------
# ♦️ Ruby
# --------------------------------------------------
Expand All @@ -60,7 +60,7 @@ ruby-install:
# 📚 Documentation (Jekyll)
# --------------------------------------------------
jekyll:
$(AT)echo "🔨 Building Jekyll site 📘..."
$(AT)echo "🔨 Building Jekyll site 📚..."
$(AT)$(JEKYLL_BUILD)
$(AT)echo "✅ Full documentation build complete!"

Expand Down
Loading