feat(cli): show changelog entries before running upgrades

This commit is contained in:
2026-04-16 13:09:21 +00:00
parent 6b2fa65611
commit ba4e56338c
8 changed files with 493 additions and 897 deletions
+4
View File
@@ -787,6 +787,10 @@ Any UPS supported by [NUT (Network UPS Tools)](https://networkupstools.org/) —
sudo nupst upgrade
```
The built-in upgrade command checks the latest published release, fetches `changelog.md` from
`main`, and shows the release notes for the versions between your installed version and the target
version before running the installer.
### Re-run Installer
```bash