mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 10:05:26 -04:00
[PR #355] feat: Add versioned releases #392
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/pipelines/pull/355
Author: @Lanhild
Created: 12/2/2024
Status: 🔄 Open
Base:
main← Head:autoRel📝 Commits (3)
e0fbe9crefactor: add automatic releases1849869ci: temporarily change repository urlf57c3b8ci: revert package url change for PR📊 Changes
7 files changed (+8666 additions, -1 deletions)
View changed files
➕
.github/workflows/github-release.yaml(+29 -0)📝
.gitignore(+7 -1)➕
.husky/prepare-commit-msg(+2 -0)➕
.releaserc.json(+32 -0)➕
CHANGELOG.md(+0 -0)➕
package-lock.json(+8570 -0)➕
package.json(+26 -0)📄 Description
Add an automatic release workflow and conventional commits. The release workflow determines the
version from the type of commits and then links each commit to a changelog entry in the appropriate
section, according to the type of the latter.
A working example can be seen at https://github.com/Lanhild/pipelines on the main branch.
Before merging, a GitHub personal access token with write permissions has to be set in the actions secrets of the repository with the name
TOKEN.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.