We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc18667 commit b4a3597Copy full SHA for b4a3597
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the "gerrit" extension will be documented in this file.
4
5
+## 1.2.57
6
+
7
+- Ensure custom arguments to `git-review` are passed to the `git-review` command when multiple changes
8
9
## 1.2.56
10
11
- Infer host and remote from git remote when .gitreview file is not available
package.json
@@ -2,7 +2,7 @@
"name": "vscode--gerrit",
"displayName": "Gerrit",
"description": "VSCode gerrit integration",
- "version": "1.2.56",
+ "version": "1.2.57",
"engines": {
"vscode": "^1.74.0",
"node": ">=14.16.0"
0 commit comments