Skip to content

Commit

Permalink
chore(main): release node-devcontainer 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junoebiz committed Nov 23, 2024
1 parent 1ef1c2d commit 4345e80
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 8 deletions.
7 changes: 7 additions & 0 deletions devcontainer-images/node-devcontainer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.0.0 (2024-11-23)


### Features

* **node-devcontainer:** add node devcontainer ([1ef1c2d](https://github.com/ebizbase/dev-infras/commit/1ef1c2d272be16c3af981512c90bbc951923f9af))

## [0.1.8](https://github.com/ebizbase/dev-infras/compare/[email protected]@0.1.8) (2024-11-19)


Expand Down
2 changes: 1 addition & 1 deletion devcontainer-images/node-devcontainer/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@ebizbase/node-devcontainer",
"version": "0.0.0"
"version": "1.0.0"
}
22 changes: 17 additions & 5 deletions devcontainer-images/node-devcontainer/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
"projectType": "application",
"metadata": {
"$schema": "../../nx-plugins/nx-devcontainer/metadata.schema.json",
"version": "0.1.8",
"registries": ["docker.io", "ghcr.io"],
"version": "1.0.0",
"registries": [
"docker.io",
"ghcr.io"
],
"namespace": "ebizbase/node-devcontainer",
"labels": {
"org.opencontainers.image.source": "https://github.com/ebizbase/dev-infras",
Expand All @@ -18,11 +21,15 @@
"build": {
"executor": "@ebizbase/nx-internal:build-devcontainer-image",
"options": {
"tags": ["edge"]
"tags": [
"edge"
]
}
},
"test": {
"dependsOn": ["build"],
"dependsOn": [
"build"
],
"executor": "nx:run-commands",
"options": {
"commands": [
Expand All @@ -40,7 +47,12 @@
"executor": "@ebizbase/nx-internal:build-devcontainer-image",
"options": {
"push": true,
"tags": ["latest", "{major}", "{major}.{minor}", "{major}.{minor}.{patch}"]
"tags": [
"latest",
"{major}",
"{major}.{minor}",
"{major}.{minor}.{patch}"
]
}
},
"version": {
Expand Down
3 changes: 1 addition & 2 deletions release-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
"devcontainer-features/omz-plugin": "1.0.0",
"devcontainer-features/install-npm-package-globally": "1.0.0",
"devcontainer-images/base-devcontainer": "1.0.0",
"devcontainer-images/node-devcontainer": "0.0.0"

"devcontainer-images/node-devcontainer": "1.0.0"
}

0 comments on commit 4345e80

Please sign in to comment.