Skip to content

Commit

Permalink
chore: renamed body.sh to changelog.sh
Browse files Browse the repository at this point in the history
Made a lot more sense, since it does generate a markdown body for the release
page with the changelog from last version.
  • Loading branch information
DadiBit committed Jun 3, 2023
1 parent b3d6e0e commit 05197a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo >> commits
- name: Generate body
run: .github/scripts/body.sh > body.md
run: .github/scripts/changelog.sh > body.md

- name: Append changelog link to body
run: |
Expand Down

0 comments on commit 05197a7

Please sign in to comment.