From d3eb6b65569aa09b0ef9fafd7e55530c6730ccf0 Mon Sep 17 00:00:00 2001 From: Khalifah Shabazz <619281+b01@users.noreply.github.com> Date: Tue, 5 Aug 2025 06:04:30 -0400 Subject: [PATCH] auto: Release 5.1.4 ## [5.1.4] ### Fixed - Unexpected Type in Selector Workflow changes sha256 TVmH1QT0zY/nCCO6e6OhIB1tjYokRybsF9fRfYDy14E= --- .github/workflows/selector.yml | 8 ++++---- CHANGELOG.md | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/selector.yml b/.github/workflows/selector.yml index 6308b470..92e24ecc 100644 --- a/.github/workflows/selector.yml +++ b/.github/workflows/selector.yml @@ -37,7 +37,7 @@ on: description: |2 Prefix git tags with a "v" before the semantic version number. required: false - type: string + type: bool github_api_url: default: "https://api.github.com" description: Github API URL. @@ -75,7 +75,7 @@ jobs: fetch-tags: true fetch-depth: 0 - name: Select a workflow - uses: kohirens/version-release/.github/actions/workflow-selector@5.1.3 + uses: kohirens/version-release/.github/actions/workflow-selector@5.1.4 id: selector with: enable_tag_v_prefix: ${{ inputs.enable_tag_v_prefix }} @@ -101,7 +101,7 @@ jobs: merge-multiple: true run-id: ${{ inputs.add_files_to_commit_run_id }} - name: Update and publish the changelog - uses: kohirens/version-release/.github/actions/publish-changelog@5.1.3 + uses: kohirens/version-release/.github/actions/publish-changelog@5.1.4 id: changelog with: changelog_hash: ${{ needs.select-a-workflow.outputs.changelog_hash }} @@ -124,7 +124,7 @@ jobs: fetch-tags: true fetch-depth: 0 - name: Publish a release - uses: kohirens/version-release/.github/actions/publish-release-tag@5.1.3 + uses: kohirens/version-release/.github/actions/publish-release-tag@5.1.4 id: release with: tag_cmd: 'echo "${{ needs.select-a-workflow.outputs.next_semver }}"' diff --git a/CHANGELOG.md b/CHANGELOG.md index fe70c6c3..de16862d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.1.4] + +### Fixed + +- Unexpected Type in Selector Workflow + ## [5.1.3] ### Changed