Skip to content

Commit 99852b7

Browse files
committed
chore(release): 🚀 5.38.6
1 parent 3dce7e0 commit 99852b7

7 files changed

Lines changed: 48 additions & 31 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
# Changelog
44

5+
## 5.38.6 (2026-03-24)
6+
7+
_Commits from: v5.38.5..HEAD_
8+
9+
### 📦 gitutils changes
10+
11+
#### Bug Fixes
12+
13+
- 🐛 correct hotfix branch creation variable ([171cda6](https://github.com/tomgrv/devcontainer-features/commit/171cda67a8d984ec6eaffd65cf7a205defa6e615))
14+
- 🐛 update commit retrieval logic to exclude merge commits ([3dce7e0](https://github.com/tomgrv/devcontainer-features/commit/3dce7e00c9984cc9f8861fe4a3735c8b00cdce29))
15+
16+
### 📦 gitversion changes
17+
18+
#### Bug Fixes
19+
20+
- 🐛 update dependencies to include docker-in-docker ([d2cfa7d](https://github.com/tomgrv/devcontainer-features/commit/d2cfa7d98a5604e9d0a5b6053cc252181f8a1c20))
21+
522
## 5.38.5 (2026-03-23)
623

724
_Commits from: v5.38.4..HEAD_
@@ -567,4 +584,4 @@ _Commits from: v5.25.0..HEAD_
567584

568585
---
569586

570-
_Generated on 2026-03-23 by [tomgrv/devcontainer-features](https://github.com/tomgrv/devcontainer-features)_
587+
_Generated on 2026-03-24 by [tomgrv/devcontainer-features](https://github.com/tomgrv/devcontainer-features)_

package-lock.json

Lines changed: 4 additions & 4 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.5",
3+
"version": "5.38.6",
44
"description": "Configure dev environment with devcontainer, gitflow, gitversion, git aliases & hooks. Can be used a devcontainer features",
55
"keywords": [
66
"dev",

src/gitutils/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "gitutils",
33
"name": "Git Aliases",
44
"description": "A feature to add useful Git aliases to your shell.",
5-
"version": "5.38.5",
5+
"version": "5.38.6",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/node:1": "lts",
88
"ghcr.io/tomgrv/devcontainer-features/common-utils:5": {

src/gitutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomgrv/gitutils",
3-
"version": "5.38.5",
3+
"version": "5.38.6",
44
"description": "Git utilities and aliases for development workflow",
55
"files": [
66
"_*.sh",

src/gitversion/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "gitversion",
33
"name": "GitVersion feature",
44
"description": "Add gitversion to your devcontainer",
5-
"version": "5.37.0",
5+
"version": "5.38.6",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/docker-in-docker:2": "",
88
"ghcr.io/tomgrv/devcontainer-features/common-utils:5": ""

src/gitversion/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "@tomgrv/gitversion",
3-
"version": "5.37.0",
4-
"description": "GitVersion integration and version management scripts",
5-
"files": [
6-
"_*.sh",
7-
"install.sh",
8-
"install-tools.sh",
9-
"_scripts.package.json",
10-
"stubs/**/*"
11-
],
12-
"bin": {
13-
"bump-changelog": "./_bump-changelog.sh",
14-
"bump-tag": "./_bump-tag.sh",
15-
"bump-version": "./_bump-version.sh",
16-
"checkout-version": "./_checkout-version.sh",
17-
"gv": "./_gv.sh"
18-
},
19-
"scripts": {},
20-
"dependencies": {},
21-
"peerDependencies": {
22-
"@tomgrv/common-utils": "^5.0.0"
23-
}
2+
"name": "@tomgrv/gitversion",
3+
"version": "5.38.6",
4+
"description": "GitVersion integration and version management scripts",
5+
"files": [
6+
"_*.sh",
7+
"install.sh",
8+
"install-tools.sh",
9+
"_scripts.package.json",
10+
"stubs/**/*"
11+
],
12+
"bin": {
13+
"bump-changelog": "./_bump-changelog.sh",
14+
"bump-tag": "./_bump-tag.sh",
15+
"bump-version": "./_bump-version.sh",
16+
"checkout-version": "./_checkout-version.sh",
17+
"gv": "./_gv.sh"
18+
},
19+
"scripts": {},
20+
"dependencies": {},
21+
"peerDependencies": {
22+
"@tomgrv/common-utils": "^5.0.0"
23+
}
2424
}

0 commit comments

Comments
 (0)