suusan2go / kotlin-fill-class

Intellij plugin that provides intention action for empty constructor

Home Page:https://plugins.jetbrains.com/plugin/10942-kotlin-fill-class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate release process for new Idea versions

suusan2go opened this issue · comments

I'm not actively using Kotlin and IDEA these days, so it's hard for me to catch the new release in my daily work.
I know that waiting for my release to support the new version is a bit frustrating for the users who use the latest IDEA. Not sure it's possible, but I'm thinking of the process below.

  • catch the new release of IDEA by cronjob (CircleCI or GitHub actions)
  • update necessary information ref: 632ee2c
  • create a new tag and publish the plugin if no tests fail.

Or if any configurations automatically make this plugin available on the new version, that would be ideal.

possibly just setting null to untilBuild and removing until-build from plugin.xml would work

possibly just setting null to untilBuild and removing until-build from plugin.xml would work

It looks like a good solution. It should be noted that the updateSinceUntilBuild option must be disabled.

https://intellij-support.jetbrains.com/hc/en-us/community/posts/360010590059-Why-pluginUntilBuild-is-mandatory?page=1#community_comment_4407033276562