Retarget patch installer to base build 1439#951
Merged
Conversation
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>
5 tasks
83052a6 to
99e79e0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Quick Summary
Retargets the patch installer workflow to build patches on top of the
build-1439base release instead ofbuild-1437. Updates all four references in.github/workflows/patch-installer-cd.yml:base_releaseinput default:build-1437->build-1439base_build_numberinput default:1437->1439BASE_BUILD_NUMBERenv fallback:1437->1439build-1437->build-1439CI-ready checklist
.github/commit-guidelines.md(subject <= 72 chars, no trailing punctuation; if body present, blank line then <= 80-char lines).git diff --check --cachedclean).Docs/workflows/ai-pr-workflow.mdand ranpr-preflightor the equivalent branch-readiness review before requesting review.Src/**folders touched, correspondingAGENTS.mdfiles are updated or explicitly confirmed still accurate (noSrc/**changes).Notes for reviewers (optional)
Verified via
gh release view build-1439that the release exists on sillsdev/FieldWorks and contains both artifacts the workflow downloads (BuildDir.zipandProcRunner.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