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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Changelog

Since we follow [Conventional
Commits](https://decisions.seedcase-project.org/why-conventional-commits),
we're able to automatically create a release based on the commit message
by using
[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen).
This means that releases can happen quite often, sometimes several in
a day. It also means any individual release will not have many changes
within it. Below is a list of releases along with what was changed
within it.

## 0.16.0 (2025-11-14)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Check out our
information, such as a
[guide](https://template-data-package.seedcase-project.org/docs/guide/)
for using the template. For a list of changes, see our
[changelog](https://template-data-package.seedcase-project.org/docs/releases/)
[changelog](https://template-data-package.seedcase-project.org/CHANGELOG/)
page.

## Contributing
Expand Down
12 changes: 6 additions & 6 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ the necessary files and configurations in place, including for
developing the Data Package. See the features section below for details
on what is included in this template.

Check out our [website](https://{{< meta repo >}}.seedcase-project.org/) for more
information, such as a
[guide](https://{{< meta repo >}}.seedcase-project.org/docs/guide/) for using the template.
For a list
of changes, see our
[changelog](https://{{< meta repo >}}.seedcase-project.org/docs/releases/) page.
Check out our [website](https://{{< meta repo >}}.seedcase-project.org/)
for more information, such as a
[guide](https://{{< meta repo >}}.seedcase-project.org/docs/guide/) for
using the template. For a list of changes, see our
[changelog](https://{{< meta repo >}}.seedcase-project.org/CHANGELOG/)
page.

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ website:
menu:
- text: "Welcome"
href: index.qmd
- text: "Releases"
href: docs/releases.qmd
- text: "Contributing"
href: CONTRIBUTING.md
- text: "Changelog"
href: CHANGELOG.md
- text: "Guide"
href: docs/guide.qmd
tools:
Expand Down
15 changes: 0 additions & 15 deletions docs/releases.qmd

This file was deleted.