Skip to content

Commit

Permalink
chore(release): 🚀 ensure features are regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgrv committed Sep 17, 2024
1 parent a4aecf5 commit ff9b0c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/githooks/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Git Hooks",
"id": "githooks",
"version": "1.2.12",
"version": "1.3.0",
"description": "A feature to add useful Git hooks to your project",
"installsAfter": ["ghcr.io/devcontainers/features/common-utils"],
"dependsOn": {
Expand Down
4 changes: 2 additions & 2 deletions src/gitutils/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Git Aliases",
"id": "gitutils",
"version": "1.7.0",
"version": "1.8.0",
"description": "A feature to add useful Git aliases to your shell.",
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
Expand All @@ -12,4 +12,4 @@
"ghcr.io/tomgrv/devcontainer-features/gitversion": "5.*"
},
"postStartCommand": "/usr/local/share/gitutils/configure.sh"
}
}

0 comments on commit ff9b0c1

Please sign in to comment.