diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 620eaf0..683dcff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,4 +159,7 @@ jobs: gh release create v${{ needs.build.outputs.version }} \ --draft \ --title "v${{ needs.build.outputs.version }}" \ - --notes "${{ needs.build.outputs.changelog }}" + --notes "$(cat << 'EOM' + ${{ needs.build.outputs.changelog }} + EOM + )" diff --git a/CHANGELOG.md b/CHANGELOG.md index c1bd5a0..cbc287a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ - GitHub Actions - prepare plugin archive content to be archived once - Update `pluginUntilBuild` to include `213.*` (2021.3.*) +### Fixed +- Fixed passing change notes from `CHANGELOG.md` to the Release Draft + ### Removed - Removed the `pluginVerifierIdeVersions` configuration to use default IDEs list provided by the `listProductsReleases` task for `runPluginVerifier` - Removed `platformDownloadSources` from Gradle configuration to use default value