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
|
||||
)"
|
||||
|
||||
CHANGELOG="${CHANGELOG//'%'/'%25'}"
|
||||
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
|
||||
CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
|
||||
|
||||
echo "changelog=$CHANGELOG" >> $GITHUB_OUTPUT
|
||||
echo "changelog<<EOF" >> $GITHUB_OUTPUT
|
||||
echo "$CHANGELOG" >> $GITHUB_OUTPUT
|
||||
echo "EOF" >> $GITHUB_OUTPUT
|
||||
|
||||
# Update Unreleased section with the current release note
|
||||
- name: Patch Changelog
|
||||
|
@ -8,6 +8,7 @@
|
||||
- Migrate to Gradle Provider API improving configuration cache compatibility
|
||||
|
||||
### Changed
|
||||
- GitHub Actions: pass changelog release notes as a multi-line content
|
||||
- Upgrade Gradle Wrapper to `8.0.1`
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.10`
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.13.0`
|
||||
|
Loading…
Reference in New Issue
Block a user