File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
228230just 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:
2322341 . Runs the full test suite
2332352 . Cross-compiles binaries for linux/amd64, linux/arm64, darwin/amd64, darwin/arm64
2342363 . Creates a GitHub Release with downloadable archives and auto-generated release notes
You can’t perform that action at this time.
0 commit comments