Skip to content

Commit

Permalink
fix: .releaserc major version change validation
Browse files Browse the repository at this point in the history
  • Loading branch information
kkweon authored Nov 10, 2021
1 parent fb977b4 commit 4054903
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
"results": [
{
"file": "Dockerfile",
"hasChanged": true,
"numMatches": 1,
"numReplacements": 1
"numMatches": 1
}
],
"countMatches": true
Expand All @@ -44,9 +42,7 @@
"results": [
{
"file": "README.md",
"hasChanged": true,
"numMatches": 1,
"numReplacements": 1
"numMatches": 1
}
],
"countMatches": true
Expand Down

0 comments on commit 4054903

Please sign in to comment.