Skip to content

Commit

Permalink
Merge pull request #76 from lorengordon/patch/release-lint-target
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon authored Jan 24, 2025
2 parents d9eca61 + eca8f3e commit 0054f1b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -22,6 +27,8 @@ on:
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
tardigradelint-target: ${{ inputs.tardigradelint-target }}

test:
uses: ./.github/workflows/test.yml
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0054f1b

Please sign in to comment.