diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba9b1502b..991a6de60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,6 +84,25 @@ jobs: fi echo "Found snapshot for commit $SHA" + - name: Verify feature.xml versions match release version + run: | + RELEASE_VERSION="${{ steps.version.outputs.tag }}" + EXPECTED="${RELEASE_VERSION#v}.qualifier" + ERRORS=0 + while IFS= read -r -d '' FILE; do + FEATURE_ID=$(awk '/