We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b8633 commit e558aeaCopy full SHA for e558aea
1 file changed
.github/workflows/trunk-release-tag.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Get changelog entries
56
id: changelog
57
working-directory: ./docs
58
- run:
+ run: |
59
changelog=$(grep -A100 -m1 -e '== Changelog ==' readme.txt)
60
changelog="${changelog//'%'/'%25'}"
61
changelog="${changelog//$'\n'/'%0A'}"
0 commit comments