-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(🎁) Automatically detect new EAPs and create a MR to support it #272
Comments
Not sure this belongs in the template. Ultimatively, the decision on what target IDEs and what version(s) for each to support at what stage (EAP, GA) is completely up to the maintainer(s) of each plugin. Also there already exist many channels to be notified immediately of newly started EAP or releases. |
Instead, I'd fix that in the Gradle IntelliJ Plugin as we already fetch available versions ( |
So like a GitHub workflow that periodically runs a Gradle task that looks for new releases, and creates a PR that increments the |
@KotlinIsland I think you can create a GitHub action which runs periodically (cron) in order to check the compatibility with the latest EAP.
I observe that many PRs only update the Just an advice: I maintain 7 IJ plugins since a few years and this is how I work: no |
Yeah, I've always thought the |
When a new EAP comes out, there are hundreds of projects that need to bump the supported version. This means that there are hundreds of tickets raised, hundreds of PRs(like this koxudaxi/pydantic-pycharm-plugin#492) created etc etc etc.
Some projects are even suggesting writing their own custom job to detect EAPs: VirtusLab/git-machete-intellij-plugin#853.
I think it would be super based if this template contained a job like this, it would really make the IntelliJ Idea plugin development process smoother.
The text was updated successfully, but these errors were encountered: