@semantic-release/github 10.3.0 → 10.3.2
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/lib/success.js +1 -4
- package/package.json +1 -1
package/lib/success.js
CHANGED
|
@@ -373,7 +373,7 @@ const baseFields = `
|
|
|
373
373
|
}
|
|
374
374
|
authorAssociation
|
|
375
375
|
activeLockReason
|
|
376
|
-
labels(first:
|
|
376
|
+
labels(first: 40) {
|
|
377
377
|
nodes {
|
|
378
378
|
id
|
|
379
379
|
url
|
|
@@ -443,7 +443,6 @@ function buildAssociatedPRsQuery(shas) {
|
|
|
443
443
|
nodes {
|
|
444
444
|
${baseFields}
|
|
445
445
|
mergeable
|
|
446
|
-
canBeRebased
|
|
447
446
|
changedFiles
|
|
448
447
|
mergedAt
|
|
449
448
|
isDraft
|
|
@@ -483,7 +482,6 @@ const loadSingleCommitAssociatedPRs = `#graphql
|
|
|
483
482
|
nodes {
|
|
484
483
|
${baseFields}
|
|
485
484
|
mergeable
|
|
486
|
-
canBeRebased
|
|
487
485
|
changedFiles
|
|
488
486
|
mergedAt
|
|
489
487
|
isDraft
|
|
@@ -557,7 +555,6 @@ function buildIssuesOrPRsFromResponseNode(responseNodes, type = "ISSUE") {
|
|
|
557
555
|
const prProps = {
|
|
558
556
|
pull_request: true,
|
|
559
557
|
mergeable: node.mergeable,
|
|
560
|
-
rebaseable: node.canBeRebased,
|
|
561
558
|
changed_files: node.changedFiles,
|
|
562
559
|
commits: node.commits?.totalCount,
|
|
563
560
|
merged_at: node.mergedAt,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semantic-release/github",
|
|
3
3
|
"description": "semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues",
|
|
4
|
-
"version": "10.3.
|
|
4
|
+
"version": "10.3.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",
|
|
7
7
|
"ava": {
|