mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
GitHub Actions - make *Update Changelog* job dependent on the *Publish Plugin*
This commit is contained in:
parent
ca741cec1a
commit
741869f9cc
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -36,6 +36,7 @@ jobs:
|
|||||||
# Patch changelog, commit and push to the current repository
|
# Patch changelog, commit and push to the current repository
|
||||||
changelog:
|
changelog:
|
||||||
name: Update Changelog
|
name: Update Changelog
|
||||||
|
needs: release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
### Changed
|
### Changed
|
||||||
- Gradle - remove kotlin("stdlib-jdk8") dependency to decrease the plugin artifact size
|
- Gradle - remove kotlin("stdlib-jdk8") dependency to decrease the plugin artifact size
|
||||||
- Dependencies - bump ktlint to 9.3.0
|
- Dependencies - bump ktlint to 9.3.0
|
||||||
|
- GitHub Actions - make *Update Changelog* job dependent on the *Publish Plugin*
|
||||||
|
|
||||||
## [0.3.1]
|
## [0.3.1]
|
||||||
### Changed
|
### Changed
|
||||||
|
Loading…
Reference in New Issue
Block a user