File tree Expand file tree Collapse file tree 5 files changed +2
-2
lines changed
Expand file tree Collapse file tree 5 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ intellij {
6363// Configure Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
6464changelog {
6565 version = properties(" pluginVersion" )
66- path = " ${ project.projectDir} /CHANGELOG.md"
66+ path = " ${ project.projectDir} /doc/ CHANGELOG.md"
6767// header = "[${-> version.get()}] - ${new SimpleDateFormat("yyyy-MM-dd").format(new Date())}"
6868// headerParserRegex = ~/(\d+\.\d+)/
6969// itemPrefix = "-"
@@ -86,7 +86,7 @@ patchPluginXml {
8686 // Load plugin description from dedicated file and convert to HTML
8787 // This follows JetBrains recommended practice for plugin descriptions
8888 pluginDescription = provider {
89- def descriptionFile = project. file(" PLUGIN_DESCRIPTION.md" )
89+ def descriptionFile = project. file(" doc/ PLUGIN_DESCRIPTION.md" )
9090 def descriptionContent = descriptionFile. exists() ? descriptionFile. text : " "
9191
9292 // Convert to HTML using CommonMark
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments