Skip to content

Commit a8e59cc

Browse files
guanjiaweiclaude
andcommitted
release: unify versioning to 0.2, drop dual version scheme
- VERSION: 1.2.1 → 0.2 - All manifests (package.json, openclaw.plugin.json, config.json) → 0.2.0 - dist/1.2.1/ → dist/0.2/ - Simplified versioning docs: git tag = bundle version = ClawHub version - Republished to ClawHub as aima-doctor@0.2.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6cfed19 commit a8e59cc

25 files changed

Lines changed: 23 additions & 26 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,15 @@ Outputs under `dist/<version>/`:
6262
## Publish to ClawHub
6363

6464
```bash
65-
cd dist/1.2.1/clawhub-skill
66-
clawhub publish ./aima-doctor --slug aima-doctor --name "AIMA Doctor" --version 1.2.1
65+
cd dist/0.2/clawhub-skill
66+
clawhub publish ./aima-doctor --slug aima-doctor --name "AIMA Doctor" --version 0.2
6767
```
6868

6969
For the full release checklist, see [docs/releasing.md](docs/releasing.md).
7070

7171
## Versioning
7272

73-
This repo tracks two version surfaces:
74-
75-
- **Git tags** (e.g., `v0.1`): public repo milestones
76-
- **Bundle version** in `VERSION` (e.g., `1.2.1`): the packaged AIMA Doctor version used by the plugin, runtime, and ClawHub skill
73+
Git tags and bundle versions are unified. The `VERSION` file (currently `0.2`) controls `dist/` paths, manifests, and ClawHub publish version. Git tags use the `v` prefix (e.g., `v0.2`).
7774

7875
## Compatibility
7976

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
0.2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AIMA Doctor Release 1.2.1
1+
# AIMA Doctor Release 0.2
22

33
## Artifacts
44

@@ -18,7 +18,7 @@ openclaw plugins enable aima-doctor
1818
## ClawHub publish
1919

2020
```bash
21-
cd clawhub-skill && clawhub publish ./aima-doctor --slug aima-doctor --name "AIMA Doctor" --version 1.2.1
21+
cd clawhub-skill && clawhub publish ./aima-doctor --slug aima-doctor --name "AIMA Doctor" --version 0.2
2222
```
2323

2424
## Notes

dist/0.2/SHA256SUMS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
aba13e1d3cdf43bf50f23b973a7ece426802e3a0f6c90ae77fec7c4f19f1d2af aima-doctor-plugin.zip
2+
ca52c9d0e13d913dba6dd404eb69bbf2177fe2131b56621742a4232806fb600f aima-doctor-runtime.zip
3+
80edaca09bea3b716c3767d4715688c6f4e570bfad472396c8003d99d1153dc2 aima-doctor-skill.zip
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)