ci: add semantic-release job for automated version bumping#48
Merged
djach7 merged 2 commits intocontainers:mainfrom Mar 2, 2026
Merged
ci: add semantic-release job for automated version bumping#48djach7 merged 2 commits intocontainers:mainfrom
djach7 merged 2 commits intocontainers:mainfrom
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
mmartinv
reviewed
Feb 25, 2026
djach7
requested changes
Feb 25, 2026
Signed-off-by: Rosy-Glorious Miki <rmiki@redhat.com>
Collaborator
|
Isn't a release config file required for this action to work? 1 Footnotes |
Collaborator
Author
A config file isn't strictly required, but it will be a great addition to change the default configurations, such as the default branch and release notes. I'll include the file and push it through. |
Signed-off-by: Rosy-Glorious Miki <rmiki@redhat.com>
mmartinv
approved these changes
Mar 2, 2026
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.
This PR uses the semantic-release action to automate versioning and releases based on commit history. It does this by reading commits to calculate the next version and creating a git-tag automatically. A GitHub App is used in place of a PAT to provide better security and bypass the repo ruleset, allowing the bot to push tags while keeping the main branch protected.