Release Notes
Write customer-facing release notes
Overview
Write customer-facing release notes
Use Cases
- Professional product projects
- Team collaboration and documentation
- Quick content generation with consistent quality
- Automated workflow integration
Template
Create release notes for:
Product: {{product}}
Version: {{version}}
Release date: {{releaseDate}}
Release type: {{releaseType}}
New features:
{{newFeatures}}
Improvements:
{{improvements}}
Bug fixes:
{{bugFixes}}
Include:
- Release highlights
- What's new (customer-friendly descriptions)
- Improvements and enhancements
- Fixed issues
- Known issues (if any)
- Breaking changes (if any)
- Migration guide (if needed)
- Documentation links
Tone: {{tone}}
Properties
- product: Single-line Text
- version: Single-line Text (default:
1.0.0
) - releaseDate: Single-line Text (default:
Today
) - releaseType (optional): Single Selection (default:
Minor
)- Options: Major release, Minor release, Patch release, Hotfix
- newFeatures: Multi-line Text
- improvements (optional): Multi-line Text
- bugFixes (optional): Multi-line Text (default:
Various bug fixes and stability improvements
) - tone: Single Selection (default:
Friendly
)- Options: Professional, Friendly, Technical, Exciting