mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Fixed passing updated change notes from the Release Draft to patchChangelog
Gradle task
This commit is contained in:
parent
b4518ca7ff
commit
ec6688c2b3
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -31,9 +31,10 @@ jobs:
|
|||||||
# Update Unreleased section with the current release note
|
# Update Unreleased section with the current release note
|
||||||
- name: Patch Changelog
|
- name: Patch Changelog
|
||||||
run: |
|
run: |
|
||||||
./gradlew patchChangelog --release-note="`cat << EOM
|
./gradlew patchChangelog --release-note "$(cat << 'EOM'
|
||||||
${{ github.event.release.body }}
|
${{ github.event.release.body }}
|
||||||
EOM`"
|
EOM
|
||||||
|
)"
|
||||||
|
|
||||||
# Publish the plugin to the Marketplace
|
# Publish the plugin to the Marketplace
|
||||||
- name: Publish Plugin
|
- name: Publish Plugin
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed passing change notes from `CHANGELOG.md` to the Release Draft
|
- Fixed passing change notes from `CHANGELOG.md` to the Release Draft
|
||||||
|
- Fixed passing updated change notes from the Release Draft to `patchChangelog` Gradle task
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Removed the `pluginVerifierIdeVersions` configuration to use default IDEs list provided by the `listProductsReleases` task for `runPluginVerifier`
|
- Removed the `pluginVerifierIdeVersions` configuration to use default IDEs list provided by the `listProductsReleases` task for `runPluginVerifier`
|
||||||
|
Loading…
Reference in New Issue
Block a user