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>
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/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.