Skip to content

Commit

Permalink
feature_prepare-commit-msg-context_1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hankei6km committed Dec 21, 2023
1 parent 888e74e commit 7a1ca45
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/prepare-commit-msg-context/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "prepare-commit-msg-context",
"id": "prepare-commit-msg-context",
"version": "1.0.2",
"version": "1.0.3",
"description": "Install a prepare-commit-msg hook script to /usr/local/share(the script writes the commit content as a comment).",
"options": {
"format": {
"type": "string",
"enum": ["diff-history", "diff"],
"enum": [
"diff-history",
"diff"
],
"default": "diff-history",
"description": "diff-history: diff + history. diff: diff only."
}
Expand Down

0 comments on commit 7a1ca45

Please sign in to comment.