Create professional release notes for software updates
Create release notes for:
**Product:** {{PRODUCT_NAME}}
**Version:** {{VERSION}}
**Release Date:** {{RELEASE_DATE}}
**Release Type:** {{RELEASE_TYPE}} (Major/Minor/Patch)
**Changes:**
{{CHANGES}}
Generate professional release notes:
# {{PRODUCT_NAME}} {{VERSION}} Release Notes
**Release Date:** {{RELEASE_DATE}}
**Release Type:** {{RELEASE_TYPE}}
## Highlights
Key features and improvements in this release:
- **Highlight 1:** Brief description
- **Highlight 2:** Brief description
- **Highlight 3:** Brief description
## New Features
### Feature Name
Description of the new feature and how to use it.
[Screenshot placeholder]
**How to use:**
1. Step 1
2. Step 2
---
[Repeat for all new features]
## Improvements
- **Improvement 1:** Description of enhancement
- **Improvement 2:** Description of enhancement
- **Improvement 3:** Description of enhancement
## Bug Fixes
- Fixed issue where [description] (#issue-number)
- Fixed issue where [description] (#issue-number)
- Resolved [description] (#issue-number)
## Performance
- Improved [X] by [Y]%
- Reduced [metric] from [A] to [B]
## Security
- Security fix for [CVE-XXXX-XXXX] (if applicable)
- Updated dependencies to address vulnerabilities
## Breaking Changes
### Change Description
**Impact:** Who is affected
**Migration:** What to do
```javascript
// Before
// After
```
## Deprecations
| Deprecated | Replacement | Removal Version |
|------------|-------------|-----------------|
## Known Issues
- Issue description (workaround: [workaround])
## Upgrade Instructions
1. Backup your data
2. Update to {{VERSION}}
3. Run migrations
4. Verify functionality
## System Requirements
| Component | Requirement |
|-----------|-------------|
## Thank You
Thanks to all contributors!
## Resources
- Documentation
- Support
- FeedbackOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{PRODUCT_NAME][{VERSION][{RELEASE_DATE][{RELEASE_TYPE][{CHANGES][X][Y][A][B]