Автоматизация релиза IntelliJ-плагина

automation

release is a Claude Code skill that automates the complete release cycle for the DevoxxGenie IntelliJ plugin, from prompting for the target version all the way to publishing a GitHub release. It follows eight steps: reading the current version from `build.gradle.kts`, gathering merged PR and commit history via GitHub CLI, writing curated `CHANGELOG.md` and `plugin.xml` change-notes grouped into Added / Fixed / Changed / Dependencies / Contributors sections, building the plugin with Gradle on JDK 21, then committing, tagging, and pushing. Changelog entries are written from PR bodies and diffs rather than raw commit subjects, ensuring the release notes explain what changed and why. Designed for DevoxxGenie maintainers who want to cut, ship, or tag a new plugin version with a single natural-language command like "release v1.8.0" or "do a release".