Update `org.jetbrains.changelog` dependency to `v0.3.3`

pull/11/head
Jakub Chrzanowski 4 years ago committed by Jakub Chrzanowski
parent cadd20cde0
commit d467a21aeb

@ -3,6 +3,9 @@
# IntelliJ Platform Plugin Template Changelog # IntelliJ Platform Plugin Template Changelog
## [Unreleased] ## [Unreleased]
### Changed
- Update `org.jetbrains.changelog` dependency to `v0.3.3`
### Fixed ### Fixed
- Remove vendor website from `plugin.xml` - Remove vendor website from `plugin.xml`
- Update Template Cleanup workflow test to avoid running it on forks - Update Template Cleanup workflow test to avoid running it on forks

@ -11,7 +11,7 @@ plugins {
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin // gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij") version "0.4.21" id("org.jetbrains.intellij") version "0.4.21"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "0.3.2" id("org.jetbrains.changelog") version "0.3.3"
// detekt linter - read more: https://detekt.github.io/detekt/kotlindsl.html // detekt linter - read more: https://detekt.github.io/detekt/kotlindsl.html
id("io.gitlab.arturbosch.detekt") version "1.10.0" id("io.gitlab.arturbosch.detekt") version "1.10.0"
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle // ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle

Loading…
Cancel
Save