intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform

APACHE-2.0 License

Stars
3.1K
Committers
47

Bot releases are visible (Hide)

intellij-platform-plugin-template - v0.3.2

Published by github-actions[bot] about 4 years ago

Added

  • Better handling of the Gradle plugin description extraction from the README file
  • GitHub Actions - cache Gradle Wrapper

Changed

  • Gradle - remove kotlin("stdlib-jdk8") dependency to decrease the plugin artifact size
  • Dependencies - bump ktlint to 9.3.0
  • GitHub Actions - make Update Changelog job dependent on the Publish Plugin

Fixed

  • Resolve ktlint reports
intellij-platform-plugin-template - v0.3.1

Published by github-actions[bot] about 4 years ago

Changed

  • GitHub Actions - run plugin verifier against 2019.3 2020.1 2020.2

Fixed

  • GitHub Actions - Plugin Verifier broken for artifacts with whitespaces in name
intellij-platform-plugin-template - v0.3.0

Published by github-actions[bot] over 4 years ago

Added

  • Set publish channel depending on the plugin version, i.e. 1.0.0-beta -> beta channel

Changed

  • Update org.jetbrains.changelog dependency to v0.3.3
  • Update Gradle Wrapper to v6.5.1
  • Run GitHub Actions Release workflow on prereleased event
  • GitHub Actions - Release - separate changelog related job from the release

Fixed

  • Remove vendor website from plugin.xml
  • Update Template Cleanup workflow test to avoid running it on forks
intellij-platform-plugin-template - v0.2.0

Published by github-actions[bot] over 4 years ago

Added

  • JetBrains Plugin badges and TODO list for the end users
  • ktlint integration

Changed

  • pluginUntilBuild set to the correct format: 201.*
  • Bump detekt dependency to 1.10.0

Fixed

  • GitHub Actions - Template Cleanup - fixed adding files to git
  • Update Template plugin name on cleanup
  • Set buildUponDefaultConfig = true in detekt configuration
intellij-platform-plugin-template - v0.1.0

Published by github-actions[bot] over 4 years ago

Added

  • settings.gradle.kts for the performance purposes
  • #REMOVE-ON-CLEANUP# token to mark content to be removed with Template Cleanup workflow

Changed

  • README proofreading
  • GitHub Actions - Update IDE versions for the Plugin Verifier
  • Update platformVersion to 2020.1.2
intellij-platform-plugin-template - v0.0.2

Published by github-actions[bot] over 4 years ago

Added

Changed

  • Bump Detekt version
  • Change pluginSinceBuild to 193
Related Projects