Skip to content

Commit

Permalink
feat: generate only one changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Aug 15, 2023
1 parent 04dd5e8 commit a31f031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = com.github.shyim.shopware6
pluginName=shopware6-phpstorm-plugin
pluginVersion=0.0.37
pluginVersion=0.0.38

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ class NewPluginAction : DumbAwareAction("Create a Plugin", "Create a new Plugin"
pluginFolder
)

// Changelogs

createChangelog(e.project!!, pluginFolder, "CHANGELOG_de-DE.md", config)
createChangelog(e.project!!, pluginFolder, "CHANGELOG_en-GB.md", config)
createChangelog(e.project!!, pluginFolder, "CHANGELOG.md", config)

// Create bootstrap

Expand Down

0 comments on commit a31f031

Please sign in to comment.