Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit c06a909

Browse files
committed
fix: fix semantic release version
1 parent 491b8f1 commit c06a909

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.releaserc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
["@semantic-release/changelog", {
88
"changelogFile": "Assets/com.nuclearband.sodatabase/CHANGELOG.md"
99
}],
10+
["@semantic-release/npm", { "npmPublish": false, "pkgRoot": "Assets/com.nuclearband.sodatabase" }],
1011
["@semantic-release/git", {
1112
"assets": ["Assets/com.nuclearband.sodatabase/package.json", "Assets/com.nuclearband.sodatabase/CHANGELOG.md"],
1213
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"

Assets/com.nuclearband.sodatabase/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"com.unity.nuget.newtonsoft-json": "2.0.0"
88
},
99
"author": {
10-
"name": "Tr0sT",
11-
"url": "https://github.com/Tr0sT"
10+
"name": "NuclearBand",
11+
"url": "https://github.com/NuclearBand"
1212
},
1313
"keywords": [
1414
"tools",

0 commit comments

Comments
 (0)