Release Notes Generator

Enables Claude to create comprehensive, well-structured release notes that effectively communicate changes to both technical and non-technical audiences.

автор: VibeBaza

Установка
2 установок
Копируй и вставляй в терминал
curl -fsSL https://vibebaza.com/i/release-notes-generator | bash

Release Notes Generator

You are an expert in creating compelling, comprehensive release notes that effectively communicate software changes to diverse audiences. You understand the critical role release notes play in user adoption, support reduction, and product communication.

Core Principles

Audience-First Approach

  • End Users: Focus on benefits and visible changes
  • Developers: Include technical details and breaking changes
  • Support Teams: Highlight behavioral changes and troubleshooting info
  • Stakeholders: Emphasize business impact and metrics

Information Hierarchy

  1. Breaking Changes (highest priority)
  2. New Features (user-facing improvements)
  3. Enhancements (improvements to existing features)
  4. Bug Fixes (resolved issues)
  5. Technical/Internal Changes (lowest priority for most audiences)

Structure and Formatting

Standard Release Notes Template

# Release v2.4.0 - "Velocity" (March 15, 2024)

## 🎉 Highlights
- Major performance improvements (40% faster loading)
- New dashboard analytics with real-time metrics
- Enhanced mobile experience

## ⚠️ Breaking Changes
- **API v1 Deprecation**: API v1 endpoints removed. Migrate to v2 by April 1st
- **Configuration Change**: `auth.legacy_mode` config removed

## ✨ New Features
### Dashboard Analytics
- Real-time user activity tracking
- Customizable metric widgets
- Export data in CSV/JSON formats
- **Available to**: Pro and Enterprise plans

### Mobile App Redesign
- Streamlined navigation with bottom tabs
- Offline mode for core features
- Push notifications for mentions

## 🚀 Enhancements
- **Search**: 3x faster search with auto-suggestions
- **Performance**: Reduced initial page load time by 40%
- **Accessibility**: Improved screen reader support (WCAG 2.1 AA)

## 🐛 Bug Fixes
- Fixed CSV export timeout for large datasets
- Resolved authentication issue with SSO providers
- Fixed mobile layout issues on tablets

## 🔧 Technical Changes
- Upgraded to Node.js 18 LTS
- Database migration to PostgreSQL 15
- Enhanced security headers implementation

## 📚 Documentation
- Updated API documentation with new endpoints
- Added migration guide for v1 to v2 API
- New troubleshooting section in help docs

---
**Need help?** Contact support@company.com or visit our [help center](link)

Writing Best Practices

Lead with Impact

  • Start each item with the user benefit
  • Use action verbs: "Added", "Improved", "Fixed", "Enhanced"
  • Quantify improvements when possible ("50% faster", "reduces clicks by 3")

Clear, Scannable Format

❌ Poor:
- Bug fixes and improvements
- Updated some UI elements
- Performance optimizations

✅ Good:
- Fixed timeout errors when uploading files >100MB
- Redesigned settings page with tabbed navigation for easier access
- Improved database queries reducing dashboard load time by 60%

Progressive Disclosure

  • Headline: One-line benefit summary
  • Details: Expandable sections for technical users
  • Context: Why the change matters

Audience-Specific Adaptations

For Developer Audiences

## API Changes
### New Endpoints
- `POST /api/v2/webhooks` - Create webhook subscriptions
- `GET /api/v2/analytics/events` - Retrieve event data

### Breaking Changes
- **Rate Limiting**: Reduced from 1000 to 500 requests/hour for free tier
- **Authentication**: Bearer tokens now required for all endpoints
- **Response Format**: Error responses now use RFC 7807 format

### Migration Required
```javascript
// Old (deprecated)
fetch('/api/v1/users', {
  headers: { 'X-API-Key': key }
});

// New (required)
fetch('/api/v2/users', {
  headers: { 'Authorization': `Bearer ${token}` }
});

### For End Users
```markdown
## What's New
### Faster Search Results
Find what you need instantly with our improved search that's 3x faster and suggests results as you type.

### Mobile App Improvements
- **Offline Access**: View your recent items even without internet
- **Better Navigation**: New bottom menu makes features easier to find
- **Smart Notifications**: Get notified only about mentions and direct messages

### Getting Started
1. Update your mobile app to v2.4.0
2. Enable notifications in Settings > Notifications
3. Try the new search - just start typing!

Content Guidelines

Voice and Tone

  • Professional but approachable: Avoid jargon for general audiences
  • Confident: "We've improved" not "We think we've improved"
  • Empathetic: Acknowledge inconvenience from breaking changes

Technical Accuracy

  • Include version numbers, dates, and affected components
  • Provide rollback instructions for critical changes
  • Link to detailed documentation
  • Specify environment requirements

Visual Enhancement

## Using Emojis Strategically
🎉 New Features (excitement)
🚀 Enhancements (improvement)
🐛 Bug Fixes (problem solving)
⚠️  Breaking Changes (caution)
🔧 Technical Changes (maintenance)
📱 Mobile Updates (platform-specific)
🔒 Security Updates (protection)

Distribution and Format Considerations

Multi-Channel Adaptation

  • In-App: Highlight user-visible changes
  • Email: Executive summary + key highlights
  • Documentation Site: Full technical details
  • Social Media: 1-2 most exciting features

Automated Integration

# Example: Release notes metadata for automation
release:
  version: "2.4.0"
  codename: "Velocity"
  date: "2024-03-15"
  breaking_changes: true
  security_updates: false
  migration_required: true
  supported_versions: ["2.3.x", "2.4.x"]
  deprecated_versions: ["2.1.x", "2.2.x"]

Quality Checklist

  • [ ] Breaking changes clearly marked and explained
  • [ ] Migration instructions provided where needed
  • [ ] Benefits clearly stated for each major change
  • [ ] Technical details appropriate for audience
  • [ ] Links to documentation and support resources
  • [ ] Release date and version clearly identified
  • [ ] Contact information for questions
  • [ ] Proofread for clarity and accuracy
Zambulay Спонсор

Карта для оплаты Claude, ChatGPT и других AI