From 7226b5d2fafc2dae081218846b08872f84fcd005 Mon Sep 17 00:00:00 2001 From: team-modern-deployments-bot <124109055+team-modern-deployments-bot@users.noreply.github.com> Date: Thu, 6 Aug 2026 14:13:25 +1000 Subject: [PATCH 1/2] chore(main): release 2.23.7 --- CHANGELOG.md | 8 ++++++++ version.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4731dee0..8e35f459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.23.7](https://github.com/OctopusDeploy/cli/compare/v2.23.6...v2.23.7) (2026-08-06) + + +### Bug Fixes + +* force-push the release branch and surface GitHub's error detail ([f428cb9](https://github.com/OctopusDeploy/cli/commit/f428cb9cc1f155120b02e16d911c2e5d69ed559d)) +* open a pull request when publishing the homebrew formula ([c8e192d](https://github.com/OctopusDeploy/cli/commit/c8e192d32918827a102137add7d81711edfa5f30)), closes [#541](https://github.com/OctopusDeploy/cli/issues/541) + ## [2.23.6](https://github.com/OctopusDeploy/cli/compare/v2.23.5...v2.23.6) (2026-08-06) diff --git a/version.txt b/version.txt index bdaa661c..965443db 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.23.6 +2.23.7 From 7e2a563779e092b870928a9af8b3615d68fdb2a4 Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Thu, 6 Aug 2026 04:13:32 +0000 Subject: [PATCH 2/2] chore: update install script version --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index f2eeea69..00f03796 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.23.6} +version=${VERSION:-v2.23.7} if [ ! $version ]; then log "${YELLOW}"