JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
3.05k stars 619 forks source link

Best way to update repo based on template? #289

Closed ragurney closed 2 years ago

ragurney commented 2 years ago

I have a repo https://github.com/ragurney/spotless-intellij-gradle/ that is based off of this template.

Recently, I've noticed it's been failing post-mere runs on the Qodana step. This got me thinking that I should just rebase my entire codebase on the most recent version of this template to capture a possible fix for this as well as other fixes and improvements.

Is there a recommended approach to doing this documented somewhere?

Thank you!

hsz commented 2 years ago

@ragurney Unfortunately, there's no ultimate solution for now. Please see #54 There's an idea of how to deal with updates to the Template project, but it's still too early to make any promises.

MarioAriasC commented 2 years ago

I just try to replicate the changes on my repo when there is a new release.

ragurney commented 2 years ago

Got it, thank you! Sorry I missed the other issue on this. I'll close for now. Thanks again for the great template!