npm-update-package 0.58.2 → 0.58.3
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 +3 -3
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -294,7 +294,7 @@ Allowed values:
|
|
|
294
294
|
|Value|Description|
|
|
295
295
|
|---|---|
|
|
296
296
|
|`create`|Create new pull request.|
|
|
297
|
-
|`recreate`|Close
|
|
297
|
+
|`recreate`|Close outdated pull requests and create new pull request.|
|
|
298
298
|
|`skip`|Skip creating pull request.|
|
|
299
299
|
|
|
300
300
|
Example:
|
|
@@ -601,7 +601,7 @@ while (Package exists) is (yes)
|
|
|
601
601
|
:Create branch;
|
|
602
602
|
:Update package;
|
|
603
603
|
:Create pull request;
|
|
604
|
-
:Close
|
|
604
|
+
:Close outdated pull requests;
|
|
605
605
|
:Remove branch;
|
|
606
606
|
case (skip)
|
|
607
607
|
if (Outdated pull requests don't exist) then (yes)
|
|
@@ -626,7 +626,7 @@ end
|
|
|
626
626
|
```
|
|
627
627
|
-->
|
|
628
628
|
|
|
629
|
-
[](http://www.plantuml.com/plantuml/uml/hLD1Rjim4Bpp5NEpV0Xojoyf0ZGeK211Wpw0bjOM4OghagkwwUlhZIYsHAtsaej4xevsECFHNH8RPHgyULkOK-HfnC45i_iKd3ZhtKy2Z-8uf7rk3rRx3oJWIJehr66qxOizqGLYt17D1-zB2JOIfl56-4QnMqXF0SqhfQq1A7I6V28qWRVcidD7OtOVITeUaGOMmY7QqFOwEzV7oNj4-ZPHaeNnipsGHyUK45X0FroIcWgx-qXM25wX-xzOAyKFJj1oEBhJ8lenIttAifuYjvGIHsFElVE49dTcxhI5IuNwweZV4m2LyELFkV-M0gIpKoiQNcR6PubMwFGwzrkhwjetnNEb690PzalrwwWJbllQr-3AxDBJetwl1cN2I9aIxyvvxpbHILmTWlyVBBsuSV51pNwyEWSTXysAvUjorWMjIre_Br2IcVTpFlDgldXJep92ttFMDDCQoummfG7SRjQpZCsjsJttV4QaD7arjlvIVtq5rTL3APgxosCQ_2y0)
|
|
630
630
|
|
|
631
631
|
## FAQ
|
|
632
632
|
|
package/dist/package.json
CHANGED