Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
docs(update): latest
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 6, 2020
1 parent 81913ce commit 3ff88b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/glab_mr_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ glab mr create [flags]
-l, --label string Add label by name. Multiple labels should be comma separated
-m, --milestone int add milestone by <id> for merge request (default -1)
--no-editor Don't open editor to enter description. If set to true, uses prompt. Default is false
--push Push commit changes after creating merge request. Make sure you have committed changes
--push Push committed changes after creating merge request. Make sure you have committed changes
--remove-source-branch Remove Source Branch on merge
-s, --source-branch string The Branch you are creating the merge request. Default is the current branch.
-b, --target-branch string The target or base branch into which you want your code merged
Expand Down
3 changes: 2 additions & 1 deletion docs/glab_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ glab release <command> [flags]
### Options

```
-h, --help help for release
-h, --help help for release
-R, --repo string Select another repository using the OWNER/REPO format or the project ID. Supports group namespaces
```

### SEE ALSO
Expand Down
6 changes: 6 additions & 0 deletions docs/glab_release_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ glab release list [flags]
-t, --tag string Filter releases by tag <name>
```

### Options inherited from parent commands

```
-R, --repo string Select another repository using the OWNER/REPO format or the project ID. Supports group namespaces
```

### SEE ALSO

* [glab release](glab_release.md) - Create, view and manage releases
Expand Down

0 comments on commit 3ff88b6

Please sign in to comment.