open-webui / helm-charts

70 stars 47 forks source link

Use Conventional Commits and SemVer Actions to Update Chart Version #95

Closed 0xThresh closed 2 weeks ago

0xThresh commented 1 month ago

PRs frequently don't include updates to the Helm chart Version, and asking contributors to decide for themselves what kind of update should be used could lead to inconsistent opinions about versioning. We should look at using a SemVer Github Action and conventional commits to help solve for this, which will reduce the manual burden on contributors and maintainers alike.

Possible Github Action for this here: https://github.com/ietf-tools/semver-action

0xThresh commented 2 weeks ago

Closed with https://github.com/open-webui/helm-charts/pull/104, just confirmed it works with the latest PR.