Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 1.53 KB

File metadata and controls

77 lines (50 loc) · 1.53 KB

PromptVer

Semantic Versioning for Prompts

License Version

English | 日本語 | 简体中文

🎯 What is PromptVer?

PromptVer is a semantic versioning specification designed for Prompts, helping teams understand:

  • ✅ Whether an upgrade breaks existing functionality
  • ✅ What new features are added
  • ✅ How to safely upgrade and rollback

📖 Version Format

MAJOR.MINOR.PATCH
Example: 1.2.3

MAJOR: Breaking changes (output format, core functionality)
MINOR: Backward-compatible new features
PATCH: Backward-compatible fixes and optimizations

🚀 Quick Start

Add version to Prompt

# Role: Customer Service

## Profile
- Version: 1.0.0
- PromptVer: 1.0.0
- Description: Professional customer service assistant

Maintain changelog

## [1.1.0] - 2025-10-06
### Added
- Added refund handling scenario

## [1.0.0] - 2025-10-01
### Added
- Initial release

📚 Documentation

🤝 Contributing

Contributions welcome! See CONTRIBUTING.md

📜 License

Licensed under CC BY 4.0


Proposed and maintained by LangGPT Community