docs: add version bumping guidelines to CLAUDE.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -82,6 +82,14 @@ test: add or update tests
|
||||
chore: maintenance tasks
|
||||
```
|
||||
|
||||
## Version Bumping
|
||||
|
||||
Follow semantic versioning:
|
||||
|
||||
- **Patch** (0.0.x): Bugfixes
|
||||
- **Minor** (0.x.0): Non-breaking changes adding features
|
||||
- **Major** (x.0.0): Breaking changes
|
||||
|
||||
## Key Design Decisions
|
||||
|
||||
- Go chosen for mature Prometheus client library and static binary output
|
||||
|
||||
Reference in New Issue
Block a user