edgafner / dorkag

Issue Tracker repository for all Dorkag plugins
Other
5 stars 0 forks source link

[FEATURE]: Publish EAP builds with open version range #137

Open PHPirates opened 3 days ago

PHPirates commented 3 days ago

Hi, we are considering using the Azd plugin. However, it is currently not possible to install in EAP builds of Jetbrains IDEs because the version range of the versions published to both the stable and eap channel are closed. Please consider leaving the 'untilBuild' field empty, at least for the versions in the eap channel.

From my experience developing JetBrains plugins, it is very rare that something actually breaks in a newer IDEA version, unless you are using internal or experimental api. Also, when Jetbrains releases the next (2024.3) version and plugin users upgrade, this plugin would uninstall, which may be a worse user experience than having a plugin which probably works fine. (Note the plugin verifier also runs on eap versions, and you can get emails from this or integrate in your build pipeline)

Jonatha1983 commented 3 days ago

@PHPirates I Will open the eap version as you suggested

Thanks for reporting.