Skip to content

Commit 5daeb01

Browse files
bricefclaude
andcommitted
Add changelog and contributing links to README, update release docs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 64cad7c commit 5daeb01

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ TASKFLOW_URL=http://localhost:8374 TASKFLOW_API_KEY=<agent-key> taskflow-mcp
107107
- **[OpenAPI Spec](http://localhost:8374/openapi.json)** — machine-readable, auto-generated from operation definitions
108108
- **[Claude Code Skill](SKILL.md)** — AI agent guide for using TaskFlow via the CLI
109109
- **[Manual QA Checklist](TESTING.md)** — endpoint-by-endpoint verification guide
110+
- **[Changelog](CHANGELOG.md)** — release history
111+
- **[Contributing](CONTRIBUTING.md)** — development setup and contribution workflow
110112

111113
## Features
112114

@@ -228,7 +230,7 @@ Set `TASKFLOW_DEV_MODE=true` to disable all rate limiting (useful for testing an
228230
just release v0.1.2
229231
```
230232

231-
This creates an annotated git tag and pushes it. CI then:
233+
This generates a changelog entry from the git log, commits it, tags, and pushes. CI then:
232234
1. Runs the full test suite
233235
2. Cross-compiles binaries for linux/amd64, linux/arm64, darwin/amd64, darwin/arm64
234236
3. Creates a GitHub Release with downloadable archives and auto-generated release notes

0 commit comments

Comments
 (0)