chore: migrate <<HASH>> placeholder to <<VERSION>>#4
Merged
Conversation
Aligns the KiCad title-block placeholder with the new versioning concept documented at oe5xrx.org/docs/remote-station/hardware/versioning/. The placeholder is substituted at CI time: - Release build: v1.5 → "1.5" (semver only, no `v`, no SHA) - Debug build: "BETA-<short-commit>" No electrical or layout change — pure text replacement on the title-block silkscreen text. Requires HW-Module-CI feat/version-placeholder (OE5XRX/HW-Module-CI#4) to be merged first; otherwise CI substitutes the old <<HASH>> token and leaves the new <<VERSION>> string literal in the title block until the CI side catches up. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR migrates the KiCad version placeholder from <<HASH>> to <<VERSION>> so the hardware files align with the updated release/versioning workflow.
Changes:
- Updated title block
revplaceholders in all schematic files. - Updated the PCB title block and silkscreen placeholder.
- Verified no remaining
<<HASH>>placeholders in KiCad schematic/PCB files.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
DeviceTester.kicad_sch |
Updates schematic revision placeholder. |
DeviceTester.kicad_pcb |
Updates PCB revision and silkscreen placeholders. |
device_tester_connector.kicad_sch |
Updates connector schematic revision placeholder. |
bus_tester_connector.kicad_sch |
Updates connector schematic revision placeholder. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
<<HASH>>→<<VERSION>>in allen.kicad_schund.kicad_pcb-Files.Phase 3 von 7 — Release-Konzept
Merge-Reihenfolge
Während des Zeitfensters zeigt das Titelblock kurzzeitig literal
<<HASH>>(CI sucht nach<<VERSION>>, findet nichts, kein Substitut). Beim erstenpush:mainnach den Merges ist alles wieder konsistent.Test plan
workflow_dispatchvon „Create Debug Docs" und sichten dass im PDF-Schaltplan das Titelblock z.B.BETA-<commit>zeigtv1.0-Release triggern (Phase 7)🤖 Generated with Claude Code