From f19d78e4245261e085f6a48b6ce3af247f9795a1 Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Fri, 24 Jan 2025 09:33:14 -0800 Subject: [PATCH 1/2] Supports passing lint target through release workflow --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 252ca0c..7d9bbab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,11 @@ on: default: -v required: false type: string + tardigradelint-target: + description: Name of the Tardigrade-CI Makefile target to run + default: lint + required: false + type: string secrets: release-token: description: Token with permissions to create GitHub Releases @@ -22,6 +27,8 @@ on: jobs: lint: uses: ./.github/workflows/lint.yml + with: + tardigradelint-target: ${{ inputs.tardigradelint-target }} test: uses: ./.github/workflows/test.yml From eca8f3ed08a65f18a445b8462b96385d43026f50 Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Fri, 24 Jan 2025 09:33:20 -0800 Subject: [PATCH 2/2] Bumps version to 1.6.3 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9e8358c..2febf76 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.2 +current_version = 1.6.3 commit = True message = Bumps version to {new_version} tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b1cfb..f2a2cec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +### [1.6.3](https://github.com/plus3it/actions-workflows/releases/tag/1.6.3) + +**Released**: 2025.01.24 + +* Supports passing lint target through release workflow + ### [1.6.2](https://github.com/plus3it/actions-workflows/releases/tag/1.6.2) **Released**: 2024.08.16