@aaronshaf/ger 1.2.6 → 1.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,4 +22,7 @@ ger branch
22
22
 
23
23
  # list branches with expanded gerrit info
24
24
  ger branch -v
25
+
26
+ # prompt to delete already-merged branches
27
+ ger branch -d
25
28
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aaronshaf/ger",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "Gerrit CLI",
5
5
  "main": "src/ger.ts",
6
6
  "bin": {