con un clic
release-notes-discord
// Generate a condensed Discord post version of the release notes. Use after full release notes have been generated.
// Generate a condensed Discord post version of the release notes. Use after full release notes have been generated.
| name | release-notes-discord |
| description | Generate a condensed Discord post version of the release notes. Use after full release notes have been generated. |
| disable-model-invocation | true |
Generate a condensed Discord-friendly version of the release notes. The user will provide the version (e.g. v0.1.0).
Arguments: $ARGUMENTS
Look for the full release notes at /Users/tarik/Desktop/irdashies-demos/release-<version>.md. If they don't exist, tell the user to run /release-notes first.
Check the memory file at /Users/tarik/.claude/projects/-Users-tarik-projects-irdashies/memory/reference_discord_handles.md to map GitHub usernames to Discord display names. If any contributors are missing from the mapping, ask the user for their Discord handles before proceeding.
Write to /Users/tarik/Desktop/irdashies-demos/release-<version>-discord.md.
Check the character count with wc -m after writing. If over 2000, trim until it fits.
**irDashies <version>**
**New**
- Feature bullet points — short, one line each
**Fixes**
- Bug fix bullet points
**Performance**
- Performance improvement bullet points
**Tracks:** list
**Logos:** list
Thanks to <contributors ordered by most PRs> for their contributions!
View the full release notes here:
https://github.com/tariknz/irdashies/releases/tag/<version>
Check character count is under 2000, then open in VS Code with code <path>.