From ad2e35e4cf9c6fd8b5e2759a2d7a636b7c6d547b Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 19 Jun 2024 04:50:41 +0800 Subject: [PATCH 1/3] chore(main): release 0.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a0cf709..23f8ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,10 @@ -# CHANGELOG +# Changelog + +## [0.2.1](https://github.com/test-kitchen/.github/compare/v0.2.0...v0.2.1) (2024-06-18) + + +### Bug Fixes + +* config typo ([#14](https://github.com/test-kitchen/.github/issues/14)) ([c642b83](https://github.com/test-kitchen/.github/commit/c642b83fb5f3bfc48def3cf8429f8c17531e4e81)) + +## CHANGELOG From 03953aadc21135751f656d70a7e061f038286481 Mon Sep 17 00:00:00 2001 From: Corey Hemminger Date: Tue, 18 Jun 2024 15:55:12 -0500 Subject: [PATCH 2/3] remove last heading Signed-off-by: Corey Hemminger --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f8ff3..8d04b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,5 +6,3 @@ ### Bug Fixes * config typo ([#14](https://github.com/test-kitchen/.github/issues/14)) ([c642b83](https://github.com/test-kitchen/.github/commit/c642b83fb5f3bfc48def3cf8429f8c17531e4e81)) - -## CHANGELOG From 41555328a54c6a4ad802f1446042e2037fd1bae5 Mon Sep 17 00:00:00 2001 From: Corey Hemminger Date: Tue, 18 Jun 2024 15:56:01 -0500 Subject: [PATCH 3/3] ignore multiple consecutive blank lines for release please Signed-off-by: Corey Hemminger --- .markdownlint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 7d92cf5..7a76374 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -2,3 +2,4 @@ default: true MD013: false MD041: false +MD012: false