plugin release strategy

已回答

Yesterday I released my first plugin for cfn-lint which I developed on IntelliJ build 181. My colleagues could not install the plugin as they were running build 182. 

What is the best approach?

a. Create a new version using build 182 and release a new version of the plugin?
b. Modify plugin.xml to state <idea-version since-build="181"/> ?


Cheers,

Mark
 

0

I think the approach 'b' is better now. We tend to keep API compatibility so most probably the same plugin will work in the both 181 and 182 versions. Also you can use recently announced feature to check compatibility of your plugin with different IDE versions.

0

请先登录再写评论。