@proggarapsody/bitbottle 1.24.0 → 1.25.0

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -139,6 +139,12 @@ bitbottle pr comment add 42 --parent 1234 --body "agreed" # reply
139
139
  bitbottle pr comment edit 42 1234 --body "updated"
140
140
  bitbottle pr comment delete 42 1234
141
141
  bitbottle pr comment resolve 42 1234 # Bitbucket Cloud only
142
+
143
+ # Submit a compound review (body + inline comments + action) in one call
144
+ bitbottle pr review 42 --approve --body "lgtm overall"
145
+ bitbottle pr review 42 --request-changes --body "see comments" \
146
+ --inline pkg/foo.go:88:please rename # request-changes is Cloud only
147
+ bitbottle pr review 42 --comment --inline pkg/foo.go:10-15:extract helper # comment-only review
142
148
  ```
143
149
 
144
150
  ### Repos & Branches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proggarapsody/bitbottle",
3
- "version": "1.24.0",
3
+ "version": "1.25.0",
4
4
  "description": "Bitbucket CLI for Server/Data Center and Cloud — npm wrapper for bitbottle",
5
5
  "keywords": [
6
6
  "mcp",