Skip to content

Commit 27081ab

Browse files
committed
chore(release): bump version to 1.0.2
Patch release covering the coverage gate, CONTRIBUTING.md doc split, AGENTS.md hook-description fix, and the fetchLatestSemverTag auth bug that caused test failures in CI environments with limited token scope.
1 parent fd64220 commit 27081ab

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.2] — 2026-04-21
9+
10+
### Fixed
11+
12+
- **`fetchLatestSemverTag`**`getOctokit()` was called outside the `try/catch` block, so an `AUTH_MISSING` throw propagated as a test failure in environments where the Actions token has limited scope, rather than the function returning `undefined` as intended and documented by the test's own guard comment.
13+
14+
### CI
15+
16+
- Coverage gate added: `bun run test:coverage` enforces an 80% line-coverage minimum. `GITHUB_TOKEN` is now explicitly forwarded to the test step.
17+
18+
### Documentation
19+
20+
- **`CONTRIBUTING.md`** — new file; consolidates dev setup, hook table, commit conventions, CI description, PR checklist, and how-to-add-a-tool guidance.
21+
- **`HUMANS.md`** — Development section replaced with a pointer to `CONTRIBUTING.md`; auth, install reference, and publishing steps remain.
22+
- **`AGENTS.md`** — corrected pre-commit hook description (`check``check + test`) and updated canonical-docs link for dev/CI content.
23+
824
## [1.0.1] — 2026-04-21
925

1026
### Docs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rethunk/github-mcp",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "MCP stdio server: high-value GitHub rollup tools for LLMs — multi-repo dashboards, PR preflight, CI diagnosis, and more.",
55
"type": "module",
66
"private": false,

0 commit comments

Comments
 (0)