Skip to content

Commit e8c7a00

Browse files
committed
Merge branch 'hotfix/v5.38.X'
2 parents f9d7e57 + e5315f8 commit e8c7a00

7 files changed

Lines changed: 44 additions & 61 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
# Changelog
44

5+
## 5.38.1 (2026-03-21)
6+
7+
_Commits from: v5.38.0..HEAD_
8+
9+
### 📂 Unscoped changes
10+
11+
#### Bug Fixes
12+
13+
- 🐛 add general coding agent instructions ([5df7393](https://github.com/tomgrv/devcontainer-features/commit/5df73934d2af4631337a0e8f00872ec25295ad1b))
14+
515
## 5.38.0 (2026-03-21)
616

717
_Commits from: v5.37.0..HEAD_

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomgrv/devcontainer-features",
3-
"version": "5.38.0",
3+
"version": "5.38.1",
44
"description": "Configure dev environment with devcontainer, gitflow, gitversion, git aliases & hooks. Can be used a devcontainer features",
55
"keywords": [
66
"dev",

src/common-utils/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "common-utils",
33
"name": "Common Utils",
44
"description": "Common utils for tomgrv/devcontainer-features",
5-
"version": "5.38.0",
5+
"version": "5.38.1",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/common-utils": {}
88
},

src/common-utils/package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"name": "@tomgrv/common-utils",
3-
"version": "5.38.0",
4-
"description": "Common utilities and helper scripts for devcontainer features",
5-
"files": [
6-
"_*.sh",
7-
"_*.json",
8-
"install.sh",
9-
"stubs/**/*"
10-
],
11-
"bin": {
12-
"configure-feature": "./_configure-feature.sh",
13-
"install-bin": "./_install-bin.sh",
14-
"install-feature": "./_install-feature.sh",
15-
"normalize-json": "./_normalize-json.sh",
16-
"update-tasks": "./_update.tasks.json",
17-
"validate-json": "./_validate-json.sh",
18-
"zz-args": "./_zz_args.sh",
19-
"zz-ask": "./_zz_ask.sh",
20-
"zz-colors": "./_zz_colors.sh",
21-
"zz-context": "./_zz_context.sh",
22-
"zz-dispatch": "./_zz_dispatch.sh",
23-
"zz-dist": "./_zz_dist.sh",
24-
"zz-edit": "./_zz_edit.sh",
25-
"zz-input": "./_zz_input.sh",
26-
"zz-json": "./_zz_json.sh",
27-
"zz-log": "./_zz_log.sh"
28-
},
29-
"scripts": {},
30-
"dependencies": {}
2+
"name": "@tomgrv/common-utils",
3+
"version": "5.38.1",
4+
"description": "Common utilities and helper scripts for devcontainer features",
5+
"files": [
6+
"_*.sh",
7+
"_*.json",
8+
"install.sh",
9+
"stubs/**/*"
10+
],
11+
"bin": {
12+
"configure-feature": "./_configure-feature.sh",
13+
"install-bin": "./_install-bin.sh",
14+
"install-feature": "./_install-feature.sh",
15+
"normalize-json": "./_normalize-json.sh",
16+
"update-tasks": "./_update.tasks.json",
17+
"validate-json": "./_validate-json.sh",
18+
"zz-args": "./_zz_args.sh",
19+
"zz-ask": "./_zz_ask.sh",
20+
"zz-colors": "./_zz_colors.sh",
21+
"zz-context": "./_zz_context.sh",
22+
"zz-dispatch": "./_zz_dispatch.sh",
23+
"zz-dist": "./_zz_dist.sh",
24+
"zz-edit": "./_zz_edit.sh",
25+
"zz-input": "./_zz_input.sh",
26+
"zz-json": "./_zz_json.sh",
27+
"zz-log": "./_zz_log.sh"
28+
},
29+
"scripts": {},
30+
"dependencies": {}
3131
}

src/common-utils/stubs/.github/instructions/copilot-instructions.md

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

stubs/.github/instructions/general.instructions.md renamed to src/common-utils/stubs/.github/instructions/general.instructions.md

File renamed without changes.

0 commit comments

Comments
 (0)