lukaszlenart opened a new pull request, #44: URL: https://github.com/apache/struts-intellij-plugin/pull/44
## Summary - Add `prepare_release.yml` workflow (manual `workflow_dispatch`) that builds the plugin, creates a git tag, and publishes a GitHub pre-release with the plugin zip for PMC review - Narrow `release.yml` trigger to `[released]` only so it fires when a pre-release is promoted to a full release - Add nightly Marketplace publish step to `build.yml` and fix HEREDOC bug in pre-release notes - Document the full release process in README.md ## Test plan - [ ] Verify `prepare_release.yml` appears in Actions tab with "Run workflow" button - [ ] Run `prepare_release.yml` with no version input — should read from `gradle.properties` - [ ] Run `prepare_release.yml` with version override — should use the override - [ ] Promote a pre-release to full release — `release.yml` should trigger and publish to Marketplace Stable - [ ] Verify nightly builds from `build.yml` are unaffected 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
