Skip to content

Retarget patch installer to base build 1439#951

Merged
jasonleenaylor merged 1 commit into
mainfrom
claude/affectionate-hoover-d73385
Jun 12, 2026
Merged

Retarget patch installer to base build 1439#951
jasonleenaylor merged 1 commit into
mainfrom
claude/affectionate-hoover-d73385

Conversation

@jasonleenaylor

@jasonleenaylor jasonleenaylor commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Quick Summary

Retargets the patch installer workflow to build patches on top of the build-1439 base release instead of build-1437. Updates all four references in .github/workflows/patch-installer-cd.yml:

  • base_release input default: build-1437 -> build-1439
  • base_build_number input default: 1437 -> 1439
  • BASE_BUILD_NUMBER env fallback: 1437 -> 1439
  • Base artifact download fallback: build-1437 -> build-1439

CI-ready checklist

  • Commit messages follow .github/commit-guidelines.md (subject <= 72 chars, no trailing punctuation; if body present, blank line then <= 80-char lines).
  • No whitespace warnings locally (git diff --check --cached clean).
  • Builds/tests pass locally (workflow-only change; no code touched, validated by the Patch Installer workflow itself).
  • If this is core-developer AI-assisted work, I followed Docs/workflows/ai-pr-workflow.md and ran pr-preflight or the equivalent branch-readiness review before requesting review.
  • For any Src/** folders touched, corresponding AGENTS.md files are updated or explicitly confirmed still accurate (no Src/** changes).

Notes for reviewers (optional)

Verified via gh release view build-1439 that the release exists on sillsdev/FieldWorks and contains both artifacts the workflow downloads (BuildDir.zip and ProcRunner.zip). Scheduled and push-triggered runs use the fallback values, so they pick up 1439 immediately after merge.

🤖 Generated with Claude Code


This change is Reviewable

Update base_release and base_build_number defaults and their
fallbacks in patch-installer-cd.yml from build-1437 to build-1439
so patches are built on top of the latest base release. Verified
the build-1439 GitHub release contains BuildDir.zip and
ProcRunner.zip.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Jun 12, 2026

Copy link
Copy Markdown

NUnit Tests

    1 files  ±0      1 suites  ±0   10m 16s ⏱️ + 1m 59s
4 251 tests ±0  4 178 ✅ ±0  73 💤 ±0  0 ❌ ±0 
4 260 runs  ±0  4 187 ✅ ±0  73 💤 ±0  0 ❌ ±0 

Results for commit 99e79e0. ± Comparison against base commit dda4faf.

♻️ This comment has been updated with latest results.

@jasonleenaylor jasonleenaylor enabled auto-merge (squash) June 12, 2026 18:33
@jasonleenaylor jasonleenaylor force-pushed the claude/affectionate-hoover-d73385 branch from 83052a6 to 99e79e0 Compare June 12, 2026 18:55
@jasonleenaylor jasonleenaylor disabled auto-merge June 12, 2026 20:15
@jasonleenaylor jasonleenaylor merged commit e5c46ef into main Jun 12, 2026
11 checks passed
@jasonleenaylor jasonleenaylor deleted the claude/affectionate-hoover-d73385 branch June 12, 2026 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant