mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
[PR #855] [MERGED] Use semantic versioning #91528
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/855
Author: @Lanhild
Created: 2/23/2024
Status: ✅ Merged
Merged: 2/23/2024
Merged by: @tjbck
Base:
main← Head:patch-2📝 Commits (1)
e1dc6d3Update package.json📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
package.json(+2 -2)📄 Description
Instead of having the previous
1.0.0-alpha.101, we could use semantic versioning as a way to respect global conventions.In our case, the current version is
1.0.0-alpha.101. We could consider this a prerelease, so the semantic version string would be0.1.0-101For more info about semantic versioning:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.