Skip to content

Release v1.0.6

Choose a tag to compare

@github-actions github-actions released this 02 Aug 05:30
· 44 commits to develop since this release

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_version input to workflow_dispatch in tag-version.yml for setting manual version numbers.
    • Updates version calculation in tag-version.yml to use manual_version if provided, otherwise defaults to auto-increment based on commit messages.
  • Behavior:
    • Supports manual versioning for tagged releases via workflow_dispatch trigger.
    • Auto-increments version based on commit messages if no manual version is provided.

This description was created by Ellipsis for 52bb33f. You can customize this summary. It will automatically update as commits are pushed.