diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc181ce0..10989489 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.7" + ".": "6.0.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f4ece5..499610d5 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). +## [6.0.8](https://github.com/ZeroGachis/.github/compare/v6.0.7...v6.0.8) (2026-02-25) + + +### Bug Fixes + +* bad syntax in gh shell interpretation ([5ba0ef3](https://github.com/ZeroGachis/.github/commit/5ba0ef3588f61c62f46959b09277f0ab7c86bd91)) + ## [6.0.7](https://github.com/ZeroGachis/.github/compare/v6.0.6...v6.0.7) (2026-02-25)