From c3c0c8c8ba3601bc077b43d6ae963141ec09605a Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:44:43 +0100 Subject: [PATCH] chore(main): release 2.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 89d8ff8..b6c8afe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.1" + ".": "2.2.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5feb1..6d2607b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [2.2.2](https://github.com/flowcore-io/usable-pr-validator/compare/v2.2.1...v2.2.2) (2026-06-10) + + +### Bug Fixes + +* pass prompt via stdin to avoid "Argument list too long" on large PRs ([#35](https://github.com/flowcore-io/usable-pr-validator/issues/35)) ([9618150](https://github.com/flowcore-io/usable-pr-validator/commit/961815053240e71082be8dbb149d6cf5ce9aea62)) + ## [2.2.1](https://github.com/flowcore-io/usable-pr-validator/compare/v2.2.0...v2.2.1) (2026-05-19)