lukaszlenart opened a new pull request, #53: URL: https://github.com/apache/struts-intellij-plugin/pull/53
## Summary - Add `--exclude-pre-releases` flag to `gh release list` when fetching the latest stable release for build number calculation - Remove obsolete fallback defaults (`v242.18969.1`) that are no longer needed since stable releases exist ## Problem The nightly version generator fetched the most recent release **including pre-releases** to determine the next build number. When the latest release was a nightly (e.g., `v253.18981-nightly.1`), the sed pattern failed to extract the build number, producing broken versions like `253.-nightly.2`. ## Test plan - [ ] Trigger nightly workflow manually and verify correct version format (e.g., `253.18981-nightly.3`) 🤖 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]
