diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9caa5c1..b5439b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.6.4" + ".": "2.6.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 49959f5..9448fb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.6.5](https://github.com/navigaite/.github/compare/v2.6.4...v2.6.5) (2026-04-18) + + +### 🐛 Bug Fixes + +* **ci:** repost Copilot reviews as [@claude](https://github.com/claude) comments ([#99](https://github.com/navigaite/.github/issues/99)) ([bf6d42e](https://github.com/navigaite/.github/commit/bf6d42e8460839288d1f6775ae85e89b65129b9c)) + ## [2.6.4](https://github.com/navigaite/.github/compare/v2.6.3...v2.6.4) (2026-04-16) diff --git a/CLAUDE.md b/CLAUDE.md index d546118..8206469 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ # CLAUDE.md — Navigaite Universal CI/CD Pipeline -> Organization-wide reusable GitHub Actions pipeline (`navigaite/.github`), currently at **v2** (version 2.6.4). +> Organization-wide reusable GitHub Actions pipeline (`navigaite/.github`), currently at **v2** (version 2.6.5). All project-specific guidance for coding agents lives in [AGENTS.md](./AGENTS.md) at the repository root (agent-include directive: `@AGENTS.md`). That file is the single source of truth for: diff --git a/README.md b/README.md index f159148..1e39311 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The Universal Pipeline is a **reusable GitHub Actions workflow** that auto-detects your tech stack, runs security scans, lints, tests, builds, deploys, and releases — all from a single YAML config file. -**Current version: `v2.6.4`** — consumers pin to `@v2` and always get the latest patch. +**Current version: `v2.6.5`** — consumers pin to `@v2` and always get the latest patch. ### Highlights diff --git a/package-lock.json b/package-lock.json index f845499..dadf606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1" }, - "version": "2.6.4" + "version": "2.6.5" }, "node_modules/@babel/code-frame": { "version": "7.29.0", @@ -1244,5 +1244,5 @@ } } }, - "version": "2.6.4" + "version": "2.6.5" } diff --git a/package.json b/package.json index 205fc00..558e335 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "navigaite-github", - "version": "2.6.4", + "version": "2.6.5", "private": true, "devDependencies": { "@commitlint/cli": "^19.8.1",