mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Fixed passing change notes from CHANGELOG.md
to the Release Draft
This commit is contained in:
parent
a5db4563c4
commit
b4518ca7ff
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
)"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user