-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrelease-please-config.json
54 lines (54 loc) · 1.36 KB
/
release-please-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"bootstrap-sha": "2e4fa3591b6fd9e0786e9ee70172a08a8ee61bf0",
"plugins": [
"substrate-workspace"
],
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"skip-github-release": true,
"packages": {
"bins/cdl2spice": {},
"bins/spicemerge": {},
"bins/sky130spconv": {},
"codegen": {},
"config": {},
"docs/snippets": {},
"examples": {},
"examples/latest/sky130_inverter": {},
"examples/latest/spice_vdivider": {},
"examples/latest/colbuf": {},
"examples/latest/vdivider": {},
"examples/latest/via": {},
"examples/latest/substrate_api_examples": {},
"libs/cache": {},
"libs/diagnostics": {},
"libs/enumify": {},
"libs/enumify_macros": {},
"libs/gds": {},
"libs/gdsconv": {},
"libs/geometry": {},
"libs/geometry_macros": {},
"libs/pathtree": {},
"libs/psfparser": {},
"libs/scir": {},
"libs/spice": {},
"libs/layir": {},
"libs/lefdef": {},
"libs/macrotools": {},
"libs/nutlex": {},
"libs/type_dispatch": {},
"libs/type_dispatch_macros": {},
"libs/uniquify": {},
"libs/verilog": {},
"pdks/sky130": {},
"substrate": {},
"tools/magic": {},
"tools/netgen": {},
"tools/ngspice": {},
"tools/pegasus": {},
"tools/quantus": {},
"tools/spectre": {},
"tools/magic_netgen": {}
}
}