Release 1.1.0
Build PCM package / build (push) Successful in 12s

Barrel contacts for vias/THT pads (drill-wall ring injection, verified
against the analytic acosh spreading resistance), full solder-joint
modeling of every populated THT hole (lead conductor, solder fill,
one-sided pad coat, protruding-lead cone, exact pad shapes and DNP
flags read from KiCad), configurable cap-drill threshold, and README
model figures. The release now also attaches the docs/img figures.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
janik
2026-07-17 12:32:03 +07:00
parent 935cb2a959
commit 1eab58f3d1
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -35,11 +35,12 @@ jobs:
dist/*.zip
dist/metadata-registry.json
- name: Create release with the zip attached
- name: Create release with the zip, registry metadata and figures
if: startsWith(github.ref, 'refs/tags/v')
uses: akkuman/gitea-release-action@b8d9144f302c68610911db1aaf722708d5c02d94 # v1
with:
files: |
dist/*.zip
dist/metadata-registry.json
docs/img/*.png
token: ${{ secrets.GITEA_TOKEN }}