Open
Conversation
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.
BREAKING CHANGE: Temporarily change the repository URL of the package to test the build
Author
|
Fixes #113 |
Contributor
|
I had a similar need and ended up patching my own version with poetry and semantic-release actions. If we look at what was used for openwebui, there are hints that hatchling is the build chain of choice. In this pipelines repo, while there's no official versioning there is actually a mix of a few different tools, because in the Dockerfile there's a reference to the up-and-comer uv package tool. Makes you appreciate the beauty and wants of a full volunteer/OSS effort, no? :) |
|
I see there's not much activity on this PR. Just wondering if there's some activity happening elsewhere on the release workflow for pipelines? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.