Skip to content

Commit 03e6190

Browse files
authored
Updated publish workflow.
Now GitHub release notes will be Auto generated.
1 parent fab6890 commit 03e6190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,10 @@ jobs:
286286
GITHUB_TOKEN: ${{ github.token }}
287287
GITHUB_REPOSITORY: ${{ github.repository }}
288288
with:
289-
body_path: changelogs/latest.md
290289
tag_name: v${{ needs.push-pom.outputs.release-version }}
291290
name: Version ${{ needs.push-pom.outputs.release-version }}
292291
prerelease: false
292+
generate_release_notes: true
293293
draft: false
294294
files: |
295295
target/*.jar

0 commit comments

Comments
 (0)