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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.