We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e171799 commit 55626ffCopy full SHA for 55626ff
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
tag_name: ${{ steps.version.outputs.version }} # version tag to create
40
release_name: Ascii art generator ${{ steps.version.outputs.version }} # name of the release
41
- body: 'New release ' # description of the release
+ body: 'New release : fixed bugs, new functionalitys, and more...' # description of the release
42
draft: false # set to true if you want to create a draft release instead of a published one
43
prerelease: false # set to true if this is a pre-release
44
0 commit comments