mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
GitHub Actions: pass changelog release notes as a multi-line content
This commit is contained in:
parent
b0aaafbf56
commit
794d9ea518
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -41,11 +41,9 @@ jobs:
|
|||||||
EOM
|
EOM
|
||||||
)"
|
)"
|
||||||
|
|
||||||
CHANGELOG="${CHANGELOG//'%'/'%25'}"
|
echo "changelog<<EOF" >> $GITHUB_OUTPUT
|
||||||
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
|
echo "$CHANGELOG" >> $GITHUB_OUTPUT
|
||||||
CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
|
echo "EOF" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
echo "changelog=$CHANGELOG" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
# Update Unreleased section with the current release note
|
# Update Unreleased section with the current release note
|
||||||
- name: Patch Changelog
|
- name: Patch Changelog
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
- Migrate to Gradle Provider API improving configuration cache compatibility
|
- Migrate to Gradle Provider API improving configuration cache compatibility
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- GitHub Actions: pass changelog release notes as a multi-line content
|
||||||
- Upgrade Gradle Wrapper to `8.0.1`
|
- Upgrade Gradle Wrapper to `8.0.1`
|
||||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.10`
|
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.10`
|
||||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.13.0`
|
- Dependencies - upgrade `org.jetbrains.intellij` to `1.13.0`
|
||||||
|
Loading…
Reference in New Issue
Block a user