feat: add support for multi commits#1
Merged
Conversation
MichaMican
enabled auto-merge (squash)
October 6, 2025 08:52
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 pull request introduces significant enhancements and improved configurability to the semantic versioning GitHub Actions workflows, along with updated documentation and contribution guidelines. The main changes include new workflow inputs for controlling tag and release creation, an option to inspect only the latest commit for version bumps, and improved output reporting. Documentation has been updated to reflect these new features, and contribution requirements have been clarified.
Workflow configuration and logic improvements:
supress_release,supress_tag,check_last_commit_only) tosemver-version.ymlto allow fine-grained control over tag/release creation and commit inspection behavior.Workflow integration and usage:
release-semver-version.ymlto pass the newsupress_taginput and update tag/release creation conditions based on workflow triggers and user input. [1] [2]README.mdusage examples and documentation to include the new inputs and outputs, providing clearer guidance for users. [1] [2]Contribution guidelines:
CONTRIBUTING.mdfile specifying commit and branching requirements using RFC2119 terminology, emphasizing conventional commits and process for contributing via pull requests.