From ef2968f5320c18605b17e1b91907d49a5f1befd4 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Fri, 28 Oct 2022 14:07:02 +0200 Subject: [PATCH] Fixed CHANGELOG.md --- CHANGELOG.md | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83485fc..1c5856d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,27 +21,6 @@ - Update broken link in `gradle.properties` - GitHub Actions - use `$BRANCH` for creating changelog pull request -### Fixed -- Update broken link in `gradle.properties` - -## [1.2.0] -### Added -- GitHub Actions - mark the pull request created with _Publish Plugin_ workflow with `release changelog` label - -### Changed -- Dependencies - upgrade `org.jetbrains.intellij` to `1.8.1` - -### Fixed -- Update broken link in `gradle.properties` -- GitHub Actions - use `$BRANCH` for creating changelog pull request - -## [1.2.0] -### Added -- GitHub Actions - mark the pull request created with _Publish Plugin_ workflow with `release changelog` label - -### Fixed -- GitHub Actions - use `$BRANCH` for creating changelog pull request - ## [1.2.0] ### Added - Use JVM toolchain for configuring source/target compilation compatibility @@ -65,6 +44,12 @@ ### Fixed - Pass Plugin Signing secrets as environment variables in the Release workflow +### Removed +- Removed Gradle caching from GitHub Actions + +### Fixed +- Pass Plugin Signing secrets as environment variables in the Release workflow + ### Removed - Removed Gradle caching from GitHub Actions