Skip to content

Commit

Permalink
fix: remove "results" fields from .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
kkweon authored Nov 10, 2021
1 parent 4054903 commit 3d4f7f7
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,14 @@
"Dockerfile"
],
"from": "ghcr.io/codingpot/github-org-member-manage-action:.*",
"to": "ghcr.io/codingpot/github-org-member-manage-action:${nextRelease.version.split('.')[0]}",
"results": [
{
"file": "Dockerfile",
"numMatches": 1
}
],
"countMatches": true
"to": "ghcr.io/codingpot/github-org-member-manage-action:${nextRelease.version.split('.')[0]}"
},
{
"files": [
"README.md"
],
"from": "\"codingpot/github-org-member-manage-action@v.*\"",
"to": "\"codingpot/github-org-member-manage-action@v${nextRelease.version.split('.')[0]}\"",
"results": [
{
"file": "README.md",
"numMatches": 1
}
],
"countMatches": true
"to": "\"codingpot/github-org-member-manage-action@v${nextRelease.version.split('.')[0]}\""
}
]
}
Expand Down

0 comments on commit 3d4f7f7

Please sign in to comment.