Skip to content

Commit a31f031

Browse files
authored
feat: generate only one changelog file
1 parent 04dd5e8 commit a31f031

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pluginGroup = com.github.shyim.shopware6
55
pluginName=shopware6-phpstorm-plugin
6-
pluginVersion=0.0.37
6+
pluginVersion=0.0.38
77

88
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
# for insight into build numbers and IntelliJ Platform versions.

src/main/kotlin/de/shyim/shopware6/action/generator/php/NewPluginAction.kt

+1-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ class NewPluginAction : DumbAwareAction("Create a Plugin", "Create a new Plugin"
4545
pluginFolder
4646
)
4747

48-
// Changelogs
49-
50-
createChangelog(e.project!!, pluginFolder, "CHANGELOG_de-DE.md", config)
51-
createChangelog(e.project!!, pluginFolder, "CHANGELOG_en-GB.md", config)
48+
createChangelog(e.project!!, pluginFolder, "CHANGELOG.md", config)
5249

5350
// Create bootstrap
5451

0 commit comments

Comments
 (0)