mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-13 01:02:25 -06:00
95b20f3cb8
This should show the latest Changes in the CHANGELOG.md file when creating a new release.
For now it only shows "Automatically created new release".
It is running 'awk '/^## [/{n++} n==1' CHANGELOG.md' which extracts the latest changes. Note: I only tested the command on my linux machine, worked.