@zzusp/ccsm 1.0.2 → 1.0.3

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 +1 -1
  2. package/package.json +1 -5
package/README.md CHANGED
@@ -229,7 +229,7 @@ See [`docs/spec/session-manager-design.md`](docs/spec/session-manager-design.md)
229
229
 
230
230
  ## Contributing & releases
231
231
 
232
- Commits follow [Conventional Commits](https://www.conventionalcommits.org/) (enforced by a `commit-msg` hook), versions follow [SemVer](https://semver.org/), and releases are cut locally with `release-it`. See [CONTRIBUTING.md](CONTRIBUTING.md) for the workflow and [docs/spec/release-process.md](docs/spec/release-process.md) for the full policy.
232
+ Commits follow [Conventional Commits](https://www.conventionalcommits.org/) (enforced by a `commit-msg` hook), versions follow [SemVer](https://semver.org/), and releases are tag-triggered: run `npm version` locally, then `git push --follow-tags` fires a GitHub Actions workflow that publishes to npm and cuts a GitHub Release. See [CONTRIBUTING.md](CONTRIBUTING.md) for the workflow and [docs/spec/release-process.md](docs/spec/release-process.md) for the full policy.
233
233
 
234
234
  ## License
235
235
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zzusp/ccsm",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Local web UI to view and clean up Claude Code session history (~/.claude/)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -45,8 +45,6 @@
45
45
  "test": "vitest run",
46
46
  "test:watch": "vitest",
47
47
  "prepublishOnly": "npm run build",
48
- "release": "release-it",
49
- "release:dry": "release-it --dry-run",
50
48
  "prepare": "husky"
51
49
  },
52
50
  "dependencies": {
@@ -59,7 +57,6 @@
59
57
  "@commitlint/config-conventional": "^21.0.2",
60
58
  "@fontsource-variable/geist-mono": "^5.2.7",
61
59
  "@fontsource-variable/plus-jakarta-sans": "^5.2.8",
62
- "@release-it/conventional-changelog": "^11.0.1",
63
60
  "@tailwindcss/vite": "^4.0.0",
64
61
  "@tanstack/react-query": "^5.62.7",
65
62
  "@types/node": "^22.10.5",
@@ -75,7 +72,6 @@
75
72
  "react-markdown": "^10.1.0",
76
73
  "react-router-dom": "^7.1.1",
77
74
  "recharts": "^2.15.0",
78
- "release-it": "^20.2.0",
79
75
  "remark-gfm": "^4.0.1",
80
76
  "tailwindcss": "^4.0.0",
81
77
  "typescript": "^5.7.2",