Fixed passing change notes from CHANGELOG.md to the Release Draft

This commit is contained in:
Jakub Chrzanowski 2021-10-13 23:21:28 +02:00 committed by Jakub Chrzanowski
parent a5db4563c4
commit b4518ca7ff
2 changed files with 7 additions and 1 deletions

View File

@ -159,4 +159,7 @@ jobs:
gh release create v${{ needs.build.outputs.version }} \ gh release create v${{ needs.build.outputs.version }} \
--draft \ --draft \
--title "v${{ needs.build.outputs.version }}" \ --title "v${{ needs.build.outputs.version }}" \
--notes "${{ needs.build.outputs.changelog }}" --notes "$(cat << 'EOM'
${{ needs.build.outputs.changelog }}
EOM
)"

View File

@ -14,6 +14,9 @@
- GitHub Actions - prepare plugin archive content to be archived once - GitHub Actions - prepare plugin archive content to be archived once
- Update `pluginUntilBuild` to include `213.*` (2021.3.*) - Update `pluginUntilBuild` to include `213.*` (2021.3.*)
### Fixed
- Fixed passing change notes from `CHANGELOG.md` to the Release Draft
### 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`
- Removed `platformDownloadSources` from Gradle configuration to use default value - Removed `platformDownloadSources` from Gradle configuration to use default value