Skip to content

Commit

Permalink
build: update release config for devcontainer features
Browse files Browse the repository at this point in the history
  • Loading branch information
johnitvn committed Nov 22, 2024
1 parent b60fc07 commit 57c5610
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
30 changes: 30 additions & 0 deletions release-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,36 @@
},
"packages/nx-dive": {
"release-type": "node"
},
"devcontainer-features/install-npm-package-globally": {
"package-name": "install-npm-package-globally",
"extra-files": [
{
"type": "json",
"path": "src/install-npm-package-globally/devcontainer-feature.json",
"jsonpath": "$.version"
}
]
},
"devcontainer-features/omz-plugin": {
"package-name": "omz-plugin",
"extra-files": [
{
"type": "json",
"path": "src/omz-plugin/devcontainer-feature.json",
"jsonpath": "$.version"
}
]
},
"devcontainer-features/powerlevel10k": {
"package-name": "powerlevel10k",
"extra-files": [
{
"type": "json",
"path": "src/powerlevel10k/devcontainer-feature.json",
"jsonpath": "$.version"
}
]
}
}
}
5 changes: 4 additions & 1 deletion release-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
".": "0.0.0",
"packages/nx-devkit": "1.0.0",
"packages/nx-docker": "1.0.0",
"packages/nx-dive": "1.0.0"
"packages/nx-dive": "1.0.0",
"devcontainer-features/powerlevel10k": "0.0.0",
"devcontainer-features/omz-plugin": "0.0.0",
"devcontainer-features/install-npm-package-globally": "0.0.0"
}

0 comments on commit 57c5610

Please sign in to comment.