Skip to content

Use a separate patch file to store the change-notes #183

@jxnu-liguobin

Description

@jxnu-liguobin
    patchPluginXml := pluginXmlOptions.apply { (x: org.jetbrains.sbtidea.pluginXmlOptions) =>
      {
        x.version = pluginVersion
        x.pluginDescription = IO.read(baseDirectory.value / "src" / "main" / "resources" / "patch" / "description.html")
        x.changeNotes = IO.read(baseDirectory.value / "src" / "main" / "resources" / "patch" / "change-notes.html")
      }
    },

This code is not taking effect. The plugin has generated a zip file, and the xml file within the zip package has been created, but I'm not sure if it's correct.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions