Skip to content

Commit 3d4f7f7

Browse files
authored
fix: remove "results" fields from .releaserc
1 parent 4054903 commit 3d4f7f7

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.releaserc

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,14 @@
2424
"Dockerfile"
2525
],
2626
"from": "ghcr.io/codingpot/github-org-member-manage-action:.*",
27-
"to": "ghcr.io/codingpot/github-org-member-manage-action:${nextRelease.version.split('.')[0]}",
28-
"results": [
29-
{
30-
"file": "Dockerfile",
31-
"numMatches": 1
32-
}
33-
],
34-
"countMatches": true
27+
"to": "ghcr.io/codingpot/github-org-member-manage-action:${nextRelease.version.split('.')[0]}"
3528
},
3629
{
3730
"files": [
3831
"README.md"
3932
],
4033
"from": "\"codingpot/github-org-member-manage-action@v.*\"",
41-
"to": "\"codingpot/github-org-member-manage-action@v${nextRelease.version.split('.')[0]}\"",
42-
"results": [
43-
{
44-
"file": "README.md",
45-
"numMatches": 1
46-
}
47-
],
48-
"countMatches": true
34+
"to": "\"codingpot/github-org-member-manage-action@v${nextRelease.version.split('.')[0]}\""
4935
}
5036
]
5137
}

0 commit comments

Comments
 (0)