Skip to content

Commit ee61363

Browse files
committed
try to make release work
1 parent c2b8645 commit ee61363

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
- name: Prepare CHANGELOG
5454
run: |
5555
echo "${{ github.event.pull_request.body }}" | csplit -s - "/##/"
56-
echo "# Changelog
57-
## ${{ env.VERSION }}
56+
echo -e "\n\n## ${{ env.VERSION }}
5857
" >> CHANGELOG.tmp
5958
grep "^*" xx01 >> CHANGELOG.tmp
6059
grep -v "^# " CHANGELOG.md >> CHANGELOG.tmp

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,4 @@ Complete documentation, instructions, and examples are available at:
231231

232232
License
233233
-------
234-
The MessageBird REST Client for Ruby is licensed under [The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause). Copyright (c) 2014, MessageBird
234+
The MessageBird REST Client for Ruby is licensed under [The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause). Copyright (c) 2025, MessageBird

0 commit comments

Comments
 (0)