Changelog
Since we follow Conventional Commits, we’re able to automatically create formal “releases” of the website based on our commit messages. Releases in the context of websites are simply snapshots in time of the website content. We use Commitizen to automatically create these releases using SemVer as the version numbering scheme.
Because releases are created based on commit messages, a new release is created quite often—sometimes several times in a day. This also means that any individual release will not have many changes within it. Below is a list of the releases we’ve made so far, along with what was changed within each release.
0.17.10 (2025-11-17)
Refactor
- 📝 explain about release process more in CHANGELOG (#132)
0.17.9 (2025-11-07)
Refactor
- ⬆️ update pre-commit hook versions (#131)
0.17.8 (2025-11-07)
Refactor
- 🙈 ignore
.quarto_ipynbfiles in.gitignore(#130)
0.17.7 (2025-11-07)
Refactor
- ✏️ simplify PR template, use “thorough” and “quick” options (#129)
0.17.6 (2025-11-06)
Refactor
- ♻️ hide Seedcase-specific post-copy message when not for Seedcase (#125)
0.17.5 (2025-11-05)
Refactor
- ♻️ set
seedcase-projectas default GitHub user for Seedcase websites (#126)
0.17.4 (2025-09-17)
Refactor
- ✏️ match workflow job name with filename (#112)
- 🧑💻 simplify PR template even more (#116)
0.17.3 (2025-09-11)
Refactor
- ✏️ simplify PR template description placeholder (#105)
0.17.2 (2025-09-05)
Refactor
- ♻️ generate
_contributors.ymlinto theincludes/folder (#90)
0.17.1 (2025-09-05)
Refactor
- 🔨 use
updatetheme to match name of recipe (#100)
0.17.0 (2025-09-05)
Feat
- ✨ add CHANGELOG, with explanation of releases (#95)
0.16.12 (2025-09-05)
Refactor
- ♻️ ignore other, non-relevant files when listing todos (#98)
0.16.11 (2025-09-05)
Fix
- ✏️ value should be
isIdenticalToin.zenodo.json(#97)
0.16.10 (2025-09-04)
Fix
- 🐛
github_reponeeds to be a question to store properly (#92)
0.16.9 (2025-09-04)
Refactor
- 📌 update pre-commit hook versions (#94)
0.16.8 (2025-09-04)
Refactor
- ✏️ simplify justfile recipe Jinja tags (#99)
0.16.7 (2025-09-04)
Refactor
- 🔥
update-from-templateworkflow didn’t work as expected (#91)
0.16.6 (2025-09-01)
Refactor
- 🔧 don’t use
echo: falseby default in Quarto config (#80)
0.16.5 (2025-09-01)
Refactor
- 📌 update pre-commit hook versions (#79)
0.16.4 (2025-09-01)
Refactor
- 🔥 these snippets are rarely used, remove to simplify (#76)
0.16.3 (2025-09-01)
Refactor
- 💄 use
svgfor badge for better resolution (#82)
0.16.2 (2025-09-01)
Refactor
- ♻️ store
github_repointo copier answer file (#84)
0.16.1 (2025-09-01)
Refactor
- 📝 use bash code chunk style for post-copy message (#75)
0.16.0 (2025-09-01)
Feat
- 🔒 add dependency security review workflow (#74)
0.15.9 (2025-08-08)
Refactor
- ♻️ revise so
github_repois name of folder (#60)
0.15.8 (2025-08-08)
Refactor
- ♻️ rename to
is_seedcase_website(#64)
0.15.7 (2025-08-07)
Fix
- 🐛 need the
metadata-filesinREADME.qmd(#59)
0.15.6 (2025-08-07)
Refactor
- 📝 add link to guide in post-copy message (#57)
0.15.5 (2025-08-07)
Fix
- ✏️ used the wrong echo text for the
check-commitsrecipe (#53)
0.15.4 (2025-08-07)
Fix
- ✏️ forgot to include commas at end of JSON items (#54)
0.15.3 (2025-08-07)
Fix
- 🔒 use
read-allpermissions for workflow at top level (#52)
0.15.2 (2025-08-07)
Refactor
- 🎨 use code blocks in post-copy messages, not
$(#55)
0.15.1 (2025-08-07)
Fix
- 🎨 remove empty jinja lines (#51)
0.15.0 (2025-08-07)
Feat
- ✨ add GoatCounter includes file (#50)
0.14.1 (2025-08-07)
Fix
- 🐛 seedcase logo was wrong path (#48)
0.14.0 (2025-08-07)
Feat
- ✨ add CONTRIBUTING guide to template (#29)
0.13.0 (2025-08-07)
Feat
- ✨ add Quarto config files to template (#22)
0.12.0 (2025-08-07)
Feat
- ✨ add Contributor Code of Conduct to template (#44)
0.11.0 (2025-08-07)
Feat
- ✨ fill in README of template (#34)
Fix
- 🐛
get-contributors.shshould not output with.tmpending (#43)
0.10.0 (2025-08-07)
Feat
- ✨ add
add-to-projectworkflow, along with copier question (#18)
0.9.0 (2025-08-06)
Feat
- ✨ add
CODEOWNERSto template (#30)
0.8.0 (2025-08-06)
Feat
- ✨ add
.zenodo.jsonto link metadata to Zenodo (#27)
0.7.1 (2025-08-06)
Refactor
- 🔥 remove
quarto addtask, so no dependency on it (#39)
0.7.0 (2025-08-06)
Feat
- ✨ add justfile to template (#35)
0.6.0 (2025-08-06)
Feat
- ✨ add VS Code settings and extension recommend files (#24)
- ✨ add auto-release workflow to template (#26)
0.5.0 (2025-08-06)
Feat
- ✨ workflow to check updates from template (#28)
0.4.0 (2025-08-05)
Feat
- ✨ add the 404 page, either as a Seedcase website or not (#19)
0.3.0 (2025-08-04)
Feat
- ✨ sync basic development files to template (#17)
- ✨ initial setup of template, with empty README (#15)
0.2.0 (2025-08-04)
Feat
- ✨ add CC-BY-4.0 LICENSE to template (#16)
0.1.0 (2025-08-01)
- start tracking changelog and making releases