Fix small glitches

This commit is contained in:
Ircama
2024-11-04 10:42:03 +01:00
parent cff5de2f02
commit e1f77eab8b
5 changed files with 36 additions and 37 deletions

View File

@@ -8,7 +8,7 @@ assignees: ''
<!--
This repository is intended for software developers with experience managing Python programs. We will not respond to requests related to development challenges or difficulties in using the software.
Generic reports that do not reference specific wording in the README will not be addressed.
This section is only for document issues and related improvement requests (not for software). Generic reports that do not reference specific wording in the README will not be addressed.
Please do not expect immediate responses. We will review cases only when it is feasible to do so.
-->

View File

@@ -16,5 +16,8 @@ A clear and concise description of the bug, including steps to reproduce the beh
This option is only for software bugs.
We do not accept questions about usage clarifications or requests about printers.
**Software version**
The exact version of the tested software.
**Additional context**
Feel free to add any other context about the problem here.

View File

@@ -40,7 +40,9 @@ jobs:
run: >
echo "The *epson_print_conf.exe* executable file in the
*epson_print_conf.zip* archive within the assets below is
auto-generated by a [GitHub Action](.github/workflows/build.yml)."
auto-generated by a [GitHub Action](.github/workflows/build.yml).\n\n
Check the [History of modifications]
(https://github.com/Ircama/epson_print_conf/commits/main/)."
> ${{ github.workspace }}-CHANGELOG.txt
- name: Create Release, uploading the epson_print_conf.zip asset
@@ -50,7 +52,7 @@ jobs:
body_path: ${{ github.workspace }}-CHANGELOG.txt
files: dist/epson_print_conf.zip
append_body: true
generate_release_notes: true
generate_release_notes: false
- name: Remove old releases
uses: Nats-ji/delete-old-releases@v1