From 10e3d6f51db7ed0c22ee3d411eca3a164588807d Mon Sep 17 00:00:00 2001 From: Maxim Nazarenko Date: Wed, 24 Jun 2026 10:17:42 -0700 Subject: [PATCH] Unshallow ion-c submodule --- .github/workflows/release.yml | 2 +- CHANGES.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11e7f03e..7301081f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: # checkouts don't fetch tags, so without this the version macros expand to empty # and ion_version.c fails to compile ("expected expression before ';' token"). - name: Fetch ion-c tags - run: git -C src/ion-c fetch --tags + run: git -C src/ion-c fetch --tags --unshallow - name: Set up QEMU for Linux Builds if: runner.os == 'Linux' diff --git a/CHANGES.md b/CHANGES.md index 26d4c24c..55430292 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +### (unreleased) +* Unshallow ion-c submodule (#438) + ### 0.14.2 (2026-06-23) * Fix ion-c submodule missing tags (#435)