Skip to content

Commit

Permalink
Fix release changelog space issue (#129)
Browse files Browse the repository at this point in the history
* Fix release changelog space issue

* Update auto-release-hotfix.yml
  • Loading branch information
goruha authored Oct 1, 2024
1 parent 6647629 commit e487eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/auto-release-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ categories:
change-template: |
<details>
<summary>$TITLE @$AUTHOR (#$NUMBER)</summary>
$BODY
$BODY
</details>
template: |
$CHANGES
Expand Down
2 changes: 1 addition & 1 deletion .github/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ categories:
change-template: |
<details>
<summary>$TITLE @$AUTHOR (#$NUMBER)</summary>
$BODY
$BODY
</details>
template: |
$CHANGES
Expand Down

0 comments on commit e487eac

Please sign in to comment.