GitHub Actions: update Build and Release flows

This commit is contained in:
Jakub Chrzanowski
2021-08-26 16:48:38 +02:00
committed by Jakub Chrzanowski
parent 1a5e465697
commit b7785a3c26
4 changed files with 87 additions and 136 deletions

View File

@@ -13,6 +13,7 @@
### Changed
- GitHub Actions: Use Java 11
- GitHub Actions: update Build and Release flows
- Update `pluginVerifierIdeVersions` to `2020.3.4, 2021.1.3, 2021.2`
- Change since/until build to `203-212.*`
- Upgrade Gradle Wrapper to `7.2`
@@ -207,15 +208,10 @@
- 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
## [0.3.1]
### Changed
- GitHub Actions - run plugin verifier against `2019.3` `2020.1` `2020.2`
### Fixed
- Resolve ktlint reports
- GitHub Actions - Plugin Verifier broken for artifacts with whitespaces in name
## [0.3.0]