Skip to content

Commit f5a1ae5

Browse files
authored
Update release workflow with update instructions
This commit enhances the GitHub Actions release workflow for PECU by adding detailed update instructions and a donation reminder in the release notes.
1 parent a25d67f commit f5a1ae5

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

.github/workflows/release.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,33 @@ jobs:
5353
with:
5454
tag_name: v${{ env.VERSION }}
5555
name: "Release v${{ env.VERSION }}"
56-
body: "Automated release of PECU for Proxmox."
56+
body: |
57+
### What's New in This Update
58+
59+
This update brings several improvements and bug fixes to enhance the performance and reliability of the Proxmox Enhanced Configuration Utility (PECU). Detailed changes include performance optimizations and improved error handling for a smoother experience.
60+
61+
### How to Update
62+
63+
To update your PECU installation, follow one of these methods:
64+
65+
**Direct Execution:**
66+
Run the latest version of the script directly from GitHub by executing:
67+
```bash
68+
bash <(curl -sL https://raw.githubusercontent.com/Danilop95/Proxmox-Enhanced-Configuration-Utility/refs/heads/main/proxmox-configurator.sh)
69+
```
70+
71+
**Local Installation:**
72+
Clone the repository, set the proper permissions, and run the script locally:
73+
```bash
74+
git clone https://github.com/Danilop95/Proxmox-Enhanced-Configuration-Utility.git
75+
cd Proxmox-Enhanced-Configuration-Utility
76+
chmod +x proxmox-configurator.sh
77+
sudo ./proxmox-configurator.sh
78+
```
79+
80+
### Support the Project
81+
82+
If you enjoy using PECU and would like to see it continue to improve, consider making a donation. Your support helps maintain and expand this project. Thank you!
5783
draft: false
5884
prerelease: false
5985
files: |

0 commit comments

Comments
 (0)