Skip to content

Commit 55626ff

Browse files
committed
Update new release description
1 parent e171799 commit 55626ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
tag_name: ${{ steps.version.outputs.version }} # version tag to create
4040
release_name: Ascii art generator ${{ steps.version.outputs.version }} # name of the release
41-
body: 'New release ' # description of the release
41+
body: 'New release : fixed bugs, new functionalitys, and more...' # description of the release
4242
draft: false # set to true if you want to create a draft release instead of a published one
4343
prerelease: false # set to true if this is a pre-release
4444

0 commit comments

Comments
 (0)