Skip to content

Commit 8e0bc96

Browse files
authored
chore: Fix version string
1 parent 6e6a2fc commit 8e0bc96

3 files changed

Lines changed: 16 additions & 12 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
config-file: release-please-config.json
21-
manifest-file: .release-please-manifest.json
2221

2322
- name: Checkout
2423
if: ${{ steps.release.outputs.release_created }}

.release-please-manifest.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
{
2-
".": "1.0.2",
3-
"extra-files": [
4-
{
5-
"type": "json",
6-
"path": "Assets/Rivet/package.json",
7-
"jsonpath": "$.version"
8-
}
9-
]
10-
}
2+
".": "1.0.2"
3+
}

release-please-config.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,17 @@
6060
"hidden": false,
6161
"section": "Others"
6262
}
63-
]
64-
}
63+
],
64+
"extra-files": [
65+
{
66+
"type": "json",
67+
"path": "Assets/Rivet/package.json",
68+
"jsonpath": "$.version"
69+
}
70+
],
71+
"packages": {
72+
".": {
73+
"release-type": "simple"
74+
}
75+
}
76+
}

0 commit comments

Comments
 (0)