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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@

- Add explicit favicon metadata

- Restore Nightward-style homepage flow (#9)
- Restore Nightward-style homepage flow

- Use Gittensor screenshot in homepage hero

- Strip squash PR suffixes



4 changes: 4 additions & 0 deletions cliff.mcp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ split_commits = false
tag_pattern = "^mcp-v[0-9].*"
sort_commits = "oldest"

commit_preprocessors = [
{ pattern = " \\(#[0-9]+\\)$", replace = "" },
]

commit_parsers = [
{ message = "^feat", group = "Features" },
{ message = "^fix", group = "Fixes" },
Expand Down
4 changes: 4 additions & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ split_commits = false
tag_pattern = "^v[0-9].*"
sort_commits = "oldest"

commit_preprocessors = [
{ pattern = " \\(#[0-9]+\\)$", replace = "" },
]

commit_parsers = [
{ message = "^feat", group = "Features" },
{ message = "^fix", group = "Fixes" },
Expand Down