Skip to content

Commit

Permalink
build(Needs bump): Remove results completely
Browse files Browse the repository at this point in the history
  • Loading branch information
PocketMiner82 committed Apr 2, 2024
1 parent 9474f01 commit 20eeff7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
],
"from": "AssemblyVersion\\(\".*\"\\)",
"to": "AssemblyVersion(\"${nextRelease.version.split('-')[0]}\")",
"results": [
{
"file": "SolutionInfo.cs",
"numMatches": 1
}
],
"countMatches": true
},
{
Expand All @@ -43,12 +37,6 @@
],
"from": "<version>.*</version>",
"to": "<version>${nextRelease.version.split('-')[0]}</version>",
"results": [
{
"file": "AutoUpdater.xml",
"numMatches": 1
}
],
"countMatches": true
}
]
Expand Down

0 comments on commit 20eeff7

Please sign in to comment.