Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 34b3a91

Browse files
authored
chore(semantic-release): Rename arx.cpp to main.cpp (#20)
1 parent 8a2b5f6 commit 34b3a91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.releaserc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"countMatches": true
2323
},
2424
{
25-
"files": ["arx/src/arx.cpp"],
25+
"files": ["arx/src/main.cpp"],
2626
"from": "std::string ARX_VERSION = \".*\"; // semantic-release",
2727
"to": "std::string ARX_VERSION = \"${nextRelease.version}\"; // semantic-release",
2828
"results": [
2929
{
30-
"file": "arx/src/arx.cpp",
30+
"file": "arx/src/main.cpp",
3131
"hasChanged": true,
3232
"numMatches": 1,
3333
"numReplacements": 1
@@ -58,7 +58,7 @@
5858
"assets": [
5959
"CHANGELOG.md",
6060
"conda/recipe/meta.yaml",
61-
"arx/src/arx.cpp"
61+
"arx/src/main.cpp"
6262
],
6363
"message": "chore(release): ${nextRelease.version}"
6464
}

0 commit comments

Comments
 (0)