让CLAUDE增加版本管理动作
This commit is contained in:
parent
a823ffa360
commit
0ba35efc8c
13
CLAUDE.md
13
CLAUDE.md
@ -146,7 +146,18 @@ PostGIS integration handles geometric calculations. Coordinate system defaults t
|
||||
- WebSocket push throttling: 1000ms to prevent frontend overload
|
||||
- Redis caching with 60-second expiration for real-time data
|
||||
|
||||
## API Access
|
||||
## Version Management
|
||||
|
||||
### Version Control Files
|
||||
- **VERSION.md**: Contains current version number (semantic versioning)
|
||||
- **changelog.md**: Detailed change log following Keep a Changelog format
|
||||
|
||||
### Version Update Process
|
||||
When making significant changes:
|
||||
1. Update version number in VERSION.md
|
||||
2. Add detailed changelog entry in changelog.md
|
||||
3. Include version update in commit message
|
||||
4. Use semantic versioning (MAJOR.MINOR.PATCH)
|
||||
|
||||
- **Admin Interface**: http://localhost:8080
|
||||
- **API Documentation**: http://localhost:8080/swagger-ui/index.html
|
||||
|
||||
Loading…
Reference in New Issue
Block a user