[PR #839] [MERGED] Add release creation workflow #43529

Closed
opened 2026-04-29 17:36:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/839
Author: @Lanhild
Created: 2/21/2024
Status: Merged
Merged: 2/22/2024
Merged by: @tjbck

Base: mainHead: patch-1


📝 Commits (2)

  • c89c27d Add release creation workflow
  • a3eb715 Update build-release.yml

📊 Changes

1 file changed (+49 additions, -0 deletions)

View changed files

.github/workflows/build-release.yml (+49 -0)

📄 Description

Fixes #255.

This PR add a build-release.yml file to automatically create GitHub releases using the commit hash, in it's short form.

This workflow can then be adapted when Open WebUI will use semantic versioning, to use the package.json version number.


🔄 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/839 **Author:** [@Lanhild](https://github.com/Lanhild) **Created:** 2/21/2024 **Status:** ✅ Merged **Merged:** 2/22/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`c89c27d`](https://github.com/open-webui/open-webui/commit/c89c27d35105ee380f4aaaa4a9fd9f4f4bf1da75) Add release creation workflow - [`a3eb715`](https://github.com/open-webui/open-webui/commit/a3eb7157f0144c90856821b748c8e541d30a3fa0) Update build-release.yml ### 📊 Changes **1 file changed** (+49 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build-release.yml` (+49 -0) </details> ### 📄 Description Fixes #255. This PR add a `build-release.yml` file to automatically create GitHub releases using the commit hash, in it's short form. This workflow can then be adapted when Open WebUI will use semantic versioning, to use the `package.json` version number. --- <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 2026-04-29 17:36:49 -05: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#43529