[PR #1048] [MERGED] feat: show latest changes in releases #7358

Closed
opened 2025-11-11 17:24:25 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: release-notes


📝 Commits (1)

  • 95b20f3 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/1048 **Author:** [@jannikstdl](https://github.com/jannikstdl) **Created:** 3/5/2024 **Status:** ✅ Merged **Merged:** 3/6/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `release-notes` --- ### 📝 Commits (1) - [`95b20f3`](https://github.com/open-webui/open-webui/commit/95b20f3cb805b2a5a659e818e08ab5ad5690d900) feat: show latest changes in releases ### 📊 Changes **1 file changed** (+12 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-release.yml` (+12 -2) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:24:25 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7358