mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
CHANGELOG update
This commit is contained in:
parent
27a82938a7
commit
80b42b2e92
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -15,15 +15,12 @@
|
|||||||
|
|
||||||
name: Build
|
name: Build
|
||||||
on:
|
on:
|
||||||
# Trigger the workflow on pushes to only the 'main' branch
|
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests)
|
||||||
# (this avoids duplicate checks being run e.g. for dependabot pull requests)
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [main]
|
||||||
- main
|
|
||||||
# Trigger the workflow on any pull request
|
# Trigger the workflow on any pull request
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
# Run Gradle Wrapper Validation Action to verify the wrapper's checksum
|
# Run Gradle Wrapper Validation Action to verify the wrapper's checksum
|
||||||
|
@ -8,8 +8,9 @@
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Dependencies (GitHub Actions) - upgrade `actions/cache` to `v2.1.6`
|
- Dependencies (GitHub Actions) - upgrade `actions/cache` to `v2.1.6`
|
||||||
|
- Trigger GitHub Actions `Build` workflows only on pushes to `main` branch or pull request to avoid duplicated checks
|
||||||
|
|
||||||
## [0.9.0]
|
## [0.10.0]
|
||||||
### Changed
|
### Changed
|
||||||
- Remove reference to the `jcenter()` from Gradle configuration file
|
- Remove reference to the `jcenter()` from Gradle configuration file
|
||||||
- Update `pluginVerifierIdeVersions` to `2020.2.4, 2020.3.4, 2021.1.2`
|
- Update `pluginVerifierIdeVersions` to `2020.2.4, 2020.3.4, 2021.1.2`
|
||||||
|
Loading…
Reference in New Issue
Block a user