diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cda5cac9..41b4f9f7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.1.3" + ".": "7.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 365204c6..6de5416c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ 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). +## [7.1.4](https://github.com/ZeroGachis/.github/compare/v7.1.3...v7.1.4) (2026-03-24) + + +### Bug Fixes + +* Use action inputs instead of github.events.inputs ([315e49f](https://github.com/ZeroGachis/.github/commit/315e49f11547fb0fdfa803faafc7650753e9dcad)) + ## [7.1.3](https://github.com/ZeroGachis/.github/compare/v7.1.2...v7.1.3) (2026-03-24)