Skip to content

Commit 83f15b2

Browse files
thegdsksclaude
andcommitted
docs: update README and bump version to 0.1.0-beta.3
- Complete rewrite of README with comprehensive documentation - Added new commands section and usage examples - Updated all version references to beta.3 - Enhanced documentation with proper badges and structure 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d8ed4f6 commit 83f15b2

File tree

4 files changed

+162
-419
lines changed

4 files changed

+162
-419
lines changed

PUBLISHING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Versioning Strategy
44

55
### Beta Phase (Current)
6-
- **Current version**: `0.1.0-beta.1`
6+
- **Current version**: `0.1.0-beta.3`
77
- **NPM tag**: `beta`
88
- **Installation**: `npm install -g @typeweaver/commitweave@beta`
99

@@ -30,15 +30,15 @@
3030
#### Beta Releases (Recommended for now)
3131
1. Update version in `package.json`:
3232
```bash
33-
npm version 0.1.0-beta.2 --no-git-tag-version
33+
npm version 0.1.0-beta.3 --no-git-tag-version
3434
```
3535
2. Create and push beta tag:
3636
```bash
3737
git add package.json
38-
git commit -m "chore: bump version to 0.1.0-beta.2"
39-
git tag v0.1.0-beta.2
38+
git commit -m "chore: bump version to 0.1.0-beta.3"
39+
git tag v0.1.0-beta.3
4040
git push origin main
41-
git push origin v0.1.0-beta.2
41+
git push origin v0.1.0-beta.3
4242
```
4343

4444
#### Stable Releases (Future)
@@ -81,7 +81,7 @@ npm install -g @typeweaver/commitweave@beta
8181
npm install -g @typeweaver/commitweave
8282

8383
# Specific version
84-
npm install -g @typeweaver/commitweave@0.1.0-beta.1
84+
npm install -g @typeweaver/commitweave@0.1.0-beta.3
8585
```
8686

8787
### 5. Pre-publish Checklist

0 commit comments

Comments
 (0)