You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "vscode-commitizen",
3
3
"displayName": "Visual Studio Code Commitizen Support",
4
4
"description": "commitizen - git commit with conventions",
5
-
"version": "0.11.1",
5
+
"version": "0.12.0",
6
6
"publisher": "KnisterPeter",
7
7
"engines": {
8
8
"vscode": "^1.46.0"
@@ -56,9 +56,9 @@
56
56
"description": "Set to true to capitalize the Windows drive letter in Git's working directory path. Git treats paths as case sensitive and may ignore [includeIf] attributes in your .gitconfig if drive letters are the wrong case."
57
57
},
58
58
"commitizen.useGitRoot": {
59
-
"type": "boolean",
60
-
"default": false,
61
-
"description": "Use git root to locate .cz-config.js file via `git rev-parse --show-toplevel`"
59
+
"type": "boolean",
60
+
"default": false,
61
+
"description": "Use git root to locate .cz-config.js file via `git rev-parse --show-toplevel`"
0 commit comments