mirror of
https://github.com/open-webui/pipelines
synced 2025-06-26 18:15:58 +00:00
refactor: add automatic releases
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.
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -9,4 +9,10 @@ pipelines/*
|
||||
.DS_Store
|
||||
|
||||
.venv
|
||||
venv/
|
||||
venv/
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
Reference in New Issue
Block a user