Skip to content

Commit 57c5610

Browse files
committed
build: update release config for devcontainer features
1 parent b60fc07 commit 57c5610

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

Diff for: release-config.json

+30
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,36 @@
1616
},
1717
"packages/nx-dive": {
1818
"release-type": "node"
19+
},
20+
"devcontainer-features/install-npm-package-globally": {
21+
"package-name": "install-npm-package-globally",
22+
"extra-files": [
23+
{
24+
"type": "json",
25+
"path": "src/install-npm-package-globally/devcontainer-feature.json",
26+
"jsonpath": "$.version"
27+
}
28+
]
29+
},
30+
"devcontainer-features/omz-plugin": {
31+
"package-name": "omz-plugin",
32+
"extra-files": [
33+
{
34+
"type": "json",
35+
"path": "src/omz-plugin/devcontainer-feature.json",
36+
"jsonpath": "$.version"
37+
}
38+
]
39+
},
40+
"devcontainer-features/powerlevel10k": {
41+
"package-name": "powerlevel10k",
42+
"extra-files": [
43+
{
44+
"type": "json",
45+
"path": "src/powerlevel10k/devcontainer-feature.json",
46+
"jsonpath": "$.version"
47+
}
48+
]
1949
}
2050
}
2151
}

Diff for: release-manifest.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
".": "0.0.0",
33
"packages/nx-devkit": "1.0.0",
44
"packages/nx-docker": "1.0.0",
5-
"packages/nx-dive": "1.0.0"
5+
"packages/nx-dive": "1.0.0",
6+
"devcontainer-features/powerlevel10k": "0.0.0",
7+
"devcontainer-features/omz-plugin": "0.0.0",
8+
"devcontainer-features/install-npm-package-globally": "0.0.0"
69
}

0 commit comments

Comments
 (0)