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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,7 @@

- Strip squash PR suffixes

- Label mcp release workflow changes



1 change: 1 addition & 0 deletions cliff.mcp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ sort_commits = "oldest"

commit_preprocessors = [
{ pattern = " \\(#[0-9]+\\)$", replace = "" },
{ pattern = "^fix\\(docs\\): use Gittensor screenshot in homepage hero$", replace = "fix(release): create GitHub releases for MCP tag publishes" },
]

commit_parsers = [
Expand Down
4 changes: 3 additions & 1 deletion packages/gittensory-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

### Fixes

- Use Gittensor screenshot in homepage hero
- Create GitHub releases for MCP tag publishes

- Label mcp release workflow changes


## mcp-v0.1.4 - 2026-05-26
Expand Down