Skip to content

Commit c3b86df

Browse files
committed
fixing metadata
1 parent 1e9d9a4 commit c3b86df

5 files changed

Lines changed: 9 additions & 169 deletions

File tree

.gitignore

Lines changed: 0 additions & 164 deletions
This file was deleted.

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "libs/kicad-addon-metadata"]
2+
path = libs/kicad-addon-metadata
3+
url = git@gitlab.com:kicad/addons/metadata.git

build-deploy.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The workflows are currently not working so here's the manual method:
33

44
+ Bump the version to match the tag:
55
```python
6-
bumpversion --current-version 0.1.3 patch pcm/metadata_template.json kicadtestpoints/resource/_version.py
6+
bumpversion --current-version 0.1.3 patch pcm/metadata_template.json kicadtestpoints/plugin.py kicadtestpoints/resource/_version.py
77
```
88
+ Make the tag
99
+ Run the build script
@@ -17,5 +17,4 @@ which matches the metadata.json so its fine.
1717
+ The package validity can be checked with (git@gitlab.com:kicad/addons/metadata.git)
1818
+ The various integrity stats should be integrated with their CI tools
1919

20-
## Acknowledgements
21-
+ KiCAD PCM Packaging: Fully based off of (https://github.com/sparkfun/SparkFun_KiCad_Panelizer).
20+
Follow these instructions: https://gitlab.com/kicad/addons/metadata

libs/kicad-addon-metadata

Submodule kicad-addon-metadata added at 74be5bd

pcm/metadata_template.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "KiCad Testpoints",
44
"description": "Generate a test point report from a schematic",
55
"description_full": "Uses the fabrication property of pads to mark them as test points. The plugin reads those properties and generates a spreadsheet with the pad identifiers, nets, characteristics, and position on the board. The report is generated in the standard JigsApp format.",
6-
"identifier": "com.github.TheJigsApp.kicadtestpoints",
6+
"identifier": "com.github.TheJigsApp.kicadtestpoints-pcm",
77
"type": "plugin",
88
"author": {
99
"name": "The JigsApp",
@@ -27,7 +27,8 @@
2727
{
2828
"version": "0.1.6",
2929
"status": "stable",
30-
"kicad_version": "8.0"
30+
"kicad_version": "8.0",
31+
"download_url": "https://github.com/TheJigsApp/kicad-testpoints/releases/download/0.1.6/kicadtestpoints-0.1.6-pcm.zip"
3132
}
3233
]
3334
}

0 commit comments

Comments
 (0)