Skip to content

Commit 057488e

Browse files
committed
use append body
1 parent 993fea4 commit 057488e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ jobs:
293293
tag_name: v${{ steps.version.outputs.version }}
294294
name: Release v${{ steps.version.outputs.version }}
295295
generate_release_notes: true
296+
append_body: true
296297
body: |
297298
## Installation
298299
```powershell

src/PSBlogger.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
RootModule = 'PSBlogger.psm1'
66

77
# Version number of this module.
8-
ModuleVersion = '0.3.1'
8+
ModuleVersion = '0.3.2'
99

1010
# Supported PSEditions
1111
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)