From 2c3c2c199ee3676ed3324d47a1fd1b01964f4a2f Mon Sep 17 00:00:00 2001 From: Briana J Date: Tue, 24 Feb 2026 22:19:23 +0000 Subject: [PATCH 1/3] move 1.27.0 release notes --- LATEST-VERSION.txt | 2 +- RELEASENOTES.md | 4 ---- releasenotes/1.27.0.md | 4 ++++ 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 releasenotes/1.27.0.md diff --git a/LATEST-VERSION.txt b/LATEST-VERSION.txt index 426c2fb87..5db08bf2d 100644 --- a/LATEST-VERSION.txt +++ b/LATEST-VERSION.txt @@ -1 +1 @@ -v1.26.0 +1.27.0 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7287e8880..e69de29bb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,4 +0,0 @@ -- Fixed `ado2gh generate-script --download-migration-logs` to generate valid commands using `--target-api-url` that work with the `ado2gh download-logs` command -- Added `--target-api-url` support to `ado2gh download-logs` and `bbs2gh download-logs` commands for GHEC data residency scenarios -- Maintained backward compatibility: `--github-api-url` continues to work as an alias for `--target-api-url` in `ado2gh` and `bbs2gh` CLIs -- Added native macOS ARM64 (Apple Silicon) builds for all CLIs diff --git a/releasenotes/1.27.0.md b/releasenotes/1.27.0.md new file mode 100644 index 000000000..7287e8880 --- /dev/null +++ b/releasenotes/1.27.0.md @@ -0,0 +1,4 @@ +- Fixed `ado2gh generate-script --download-migration-logs` to generate valid commands using `--target-api-url` that work with the `ado2gh download-logs` command +- Added `--target-api-url` support to `ado2gh download-logs` and `bbs2gh download-logs` commands for GHEC data residency scenarios +- Maintained backward compatibility: `--github-api-url` continues to work as an alias for `--target-api-url` in `ado2gh` and `bbs2gh` CLIs +- Added native macOS ARM64 (Apple Silicon) builds for all CLIs From 27228fba2e5aea727e825d237b01a2cfe35e8e6d Mon Sep 17 00:00:00 2001 From: Briana J Date: Tue, 24 Feb 2026 14:52:15 -0800 Subject: [PATCH 2/3] Update version format to include 'v' prefix --- LATEST-VERSION.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LATEST-VERSION.txt b/LATEST-VERSION.txt index 5db08bf2d..df407721e 100644 --- a/LATEST-VERSION.txt +++ b/LATEST-VERSION.txt @@ -1 +1 @@ -1.27.0 +v1.27.0 From c1fa2e66e17220def828503b4a19a2fbc372eab3 Mon Sep 17 00:00:00 2001 From: Briana J Date: Tue, 24 Feb 2026 22:58:47 +0000 Subject: [PATCH 3/3] rename file to include v prefix --- releasenotes/{1.27.0.md => v1.27.0.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename releasenotes/{1.27.0.md => v1.27.0.md} (100%) diff --git a/releasenotes/1.27.0.md b/releasenotes/v1.27.0.md similarity index 100% rename from releasenotes/1.27.0.md rename to releasenotes/v1.27.0.md