(🎁) Use file instead of projectDir.resolve (#293)

* Use `file` instead of `projectDir.resolve`
* CHANGELOG.md update

Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
This commit is contained in:
KotlinIsland
2022-09-19 20:21:15 +10:00
committed by GitHub
parent ba4a334414
commit e60c373f55
2 changed files with 11 additions and 3 deletions

View File

@@ -3,8 +3,16 @@
# IntelliJ Platform Plugin Template Changelog
## [Unreleased]
### 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`
- Use `file` instead of `projectDir.resolve` in Gradle configuration file
### Fixed
- Update broken link in `gradle.properties`
- GitHub Actions - use `$BRANCH` for creating changelog pull request
### Fixed
- Update broken link in `gradle.properties`