@mattpolzin/harmony 5.1.0 → 5.2.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.
- package/README.md +2 -0
- package/harmony +1245 -1218
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -142,6 +142,8 @@ If you need to create a PR still, you will be prompted for a branch to open the
|
|
|
142
142
|
|
|
143
143
|
You can also specify any number of labels to apply by prefixing them with '#'. For example, `harmony pr #backport #bugfix` would create a PR and apply the `backport` and `bugfix` labels.
|
|
144
144
|
|
|
145
|
+
If you are using harmony from a script or some other environment without TTY support, harmony will print a GitHub URL that can be used to create the PR. This mode of operation will ignore the `--draft` and `#label` options.
|
|
146
|
+
|
|
145
147
|
Many operating systems have an `open` command (though the name "open" is not ubiquitous); this means you can run something like `open $(harmony pr)` to open a web browser to an existing PR for the current branch.
|
|
146
148
|
|
|
147
149
|
#### Examples
|