Release v1.0.6
What's Changed
Version 1.0.6 includes the following changes:
This release includes changes from merged pull request #135.
Changes
feat: enable manual versioning in workflow_dispatch.
Description
Enables setting a manual version number in the workflow_dispatch trigger for tagged releases.
Important
Adds support for manual versioning in workflow_dispatch trigger in tag-version.yml.
- Feature:
- Adds
manual_versioninput toworkflow_dispatchintag-version.ymlfor setting manual version numbers. - Updates version calculation in
tag-version.ymlto usemanual_versionif provided, otherwise defaults to auto-increment based on commit messages.
- Adds
- Behavior:
- Supports manual versioning for tagged releases via
workflow_dispatchtrigger. - Auto-increments version based on commit messages if no manual version is provided.
- Supports manual versioning for tagged releases via
This description was created by for 52bb33f. You can customize this summary. It will automatically update as commits are pushed.