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

pull/204/head
Jakub Chrzanowski 3 years ago committed by Jakub Chrzanowski
parent a5db4563c4
commit b4518ca7ff

@ -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
)"

@ -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

Loading…
Cancel
Save