Generate comprehensive release notes for Confluence from Jira issues, git commits, and pull requests. Use when preparing releases, creating changelogs, documenting version updates, or when user mentions release notes, changelog, version, or release documentation.
From confluencenpx claudepluginhub ramirez-justin/claude-plugins --plugin confluenceThis skill is limited to using the following tools:
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Expert assistance for generating comprehensive release notes and changelogs in Confluence.
# Version X.Y.Z - [Release Date]
## Highlights
[Brief overview of most important changes - 2-3 sentences]
## What's New
### Major Features [for MAJOR/MINOR releases]
- **Feature Name**: Description and user benefit
### Minor Features [optional]
- **Feature Name**: Brief description
## Improvements
### Performance [optional]
- Specific improvement with metrics (e.g., "50% faster page loads")
### User Experience [optional]
- UI/UX enhancements
### Developer Experience [optional]
- API improvements, tooling updates
## Bug Fixes
- **[PROJ-123]**: Fixed issue where...
- **[PROJ-456]**: Resolved bug with...
## Breaking Changes [if any]
ā ļø **Important**: These changes may require action.
- **Change**: What changed and migration steps
## Deprecations [if any]
ā ļø **Notice**: Will be removed in version X.X.
- **Feature/API**: Use [alternative] instead
## Security Updates [if any]
š Security fixes included.
- **[PROJ-789]**: Description (CVE-YYYY-XXXX if applicable)
## Known Issues [if any]
- **Issue**: Description and workaround
## Upgrade Guide [for MAJOR releases]
### Prerequisites
- Requirements for upgrading
### Steps
1. Step-by-step instructions
### Migration Notes
- Database migrations, config changes, API updates
## Technical Details [for developers]
### Dependencies Updated
- Library X: v1.0 ā v2.0
### API Changes [optional]
- New/modified/removed endpoints
## Contributors [optional]
Thanks to: @user1, @user2
| Version | Include | Focus |
|---|---|---|
| MAJOR (X.0.0) | All sections, detailed upgrade guide | Breaking changes, migration |
| MINOR (x.Y.0) | Features, improvements, bugs | New functionality |
| PATCH (x.y.Z) | Bug fixes, security | Critical fixes only |
MAJOR releases: All sections, emphasize Highlights, Breaking Changes, Upgrade Guide
MINOR releases: Skip Upgrade Guide unless needed, brief Technical Details
PATCH releases: Only Bug Fixes, Security Updates, Known Issues
fixVersion = "2.0.0" ORDER BY type DESC, priority DESC
Map issue types:
breaking-change ā Breaking Changesdeprecation ā Deprecationssecurity ā Security Updatesgit log v1.4.0..v1.5.0 --oneline
Conventional commits mapping:
feat: ā New Featuresfix: ā Bug Fixesperf: ā Performance Improvementsdocs: ā Documentation (usually skip)chore: ā Usually skip### Multi-language Support
**[PROJ-456]** (PR #123): Added 10 new languages.
Implementation by @johndoe
- Automatic language detection
- RTL language support
| Change Type | Version Bump | Examples |
|---|---|---|
| Breaking API change | MAJOR | Removed endpoint, changed response format |
| New feature (compatible) | MINOR | New endpoint, new parameter |
| Bug fix (compatible) | PATCH | Fixed validation, security patch |
Product Documentation/
āāā Releases/
ā āāā Version 2.0.0
ā āāā Version 1.5.0
ā āāā Version 1.4.3
āāā Upgrade Guides/
ā āāā Upgrading to 2.0
āāā Changelogs/
āāā Complete Changelog
When generating release notes, I will:
You: "Generate release notes for v2.5.0"
Me: "I'll generate release notes for version 2.5.0.
[Searches Jira for fixVersion='2.5.0']
Found 23 issues:
Draft:
New analytics dashboard with custom widgets. 25% performance improvement across all pages.
[PROJ-301]: Customizable widgets, real-time data...
ā ļø API Authentication: API keys deprecated, use OAuth 2.0 [Migration steps...]
Ready to create in Confluence. Which space?"
You: "Space 123456"
Me: [Creates page] "Created 'Version 2.5.0 Release Notes' in space 123456!"