mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #839] [MERGED] Add release creation workflow #59337
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/839
Author: @Lanhild
Created: 2/21/2024
Status: ✅ Merged
Merged: 2/22/2024
Merged by: @tjbck
Base:
main← Head:patch-1📝 Commits (2)
c89c27dAdd release creation workflowa3eb715Update 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.ymlfile 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.jsonversion number.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.