Open nrayburn-tech opened 4 weeks ago
@IWANABETHATGUY I think you or somebody else on the project will need to handle the Github secrets, review the legal agreement (I think this is just an FYI, no action is required), and once everything else is done publishing the plugin manually.
You might want to pick a better ID here (and don't forget to change the URL), given that this repository is now placed under @oxc-project:
pluginGroup = com.github.iwanabethatguy.oxcintellijplugin
pluginName = oxc-intellij-plugin
pluginRepositoryUrl = https://github.com/IWANABETHATGUY/oxc-intellij-plugin
pluginGroup
is the ID used to uniquely identify a plugin, whereas pluginName
is the user-facing name. The latter should be in Title Case and does not contain intellij
(or jetbrains
, webstorm
, etc.). More information can be found in this guide.
You might want to pick a better ID here (and don't forget to change the URL), given that this repository is now placed under @oxc-project:
pluginGroup = com.github.iwanabethatguy.oxcintellijplugin pluginName = oxc-intellij-plugin pluginRepositoryUrl = https://github.com/IWANABETHATGUY/oxc-intellij-plugin
pluginGroup
is the ID used to uniquely identify a plugin, whereaspluginName
is the user-facing name. The latter should be in Title Case and does not containintellij
(orjetbrains
,webstorm
, etc.). More information can be found in this guide.
Yeah, we already discuss here https://github.com/oxc-project/oxc-intellij-plugin/pull/66#issuecomment-2408798000
Anything else to include in a first release besides the existing list in the issue? Working on the changelog updates now. I'll keep working on features when I can, but I wasn't sure if there was anything else necessary for a first release.
I think it looks good for now, let me add a secret and try to make the release workflow work
Thanks for your work again
I think you have to do a manual release for the first one. It looks like there might be some manual parts involved Publish a plugin manually.
Should probably implement https://github.com/oxc-project/oxc-intellij-plugin/issues/84 before a release, but other than that I’m not aware of any blockers for a first release.
Should probably implement #84 before a release, but other than that I’m not aware of any blockers for a first release.
Ok, let's wait for the nested configuration to land and then push forward.
Last step is to Publish a plugin manually for the first time.