mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #1048] [MERGED] feat: show latest changes in releases #7358
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1048
Author: @jannikstdl
Created: 3/5/2024
Status: ✅ Merged
Merged: 3/6/2024
Merged by: @tjbck
Base:
dev← Head:release-notes📝 Commits (1)
95b20f3feat: show latest changes in releases📊 Changes
1 file changed (+12 additions, -2 deletions)
View changed files
📝
.github/workflows/build-release.yml(+12 -2)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.