opencode-enhance-plan 0.2.7 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -91,7 +91,8 @@ This repository also tracks a cross-tool maintainer skill named `repo-release-wo
91
91
  - **OpenCode entrypoint**: `.opencode/skills/repo-release-workflow/`
92
92
  - **Standard triggers**: `提交` and `发版`
93
93
  - **`提交` behavior**: `git add -A` + `git commit`
94
- - **`发版` behavior**: version bump + `npm run build` + release commit + `git tag` + `git push` + GitHub Actions npm publish triggered by the pushed tag
94
+ - **`发版` behavior**: version bump + `npm run build` + release commit + `git tag` + `git push` + GitHub Actions npm publish and GitHub Release latest update triggered by the pushed tag
95
+
95
96
 
96
97
 
97
98
  Implementation details live in `docs/repo-release-workflow.md` and `scripts/release-workflow.mjs`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-enhance-plan",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "An enhanced planning workflow plugin for OpenCode — persistent plan artifacts, explicit review gates, structured todo state, and multi-feature switching",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",