Skip to content

Commit 59f69f5

Browse files
committed
fix: update the semantic release config and force a release
1 parent 4be6f45 commit 59f69f5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

ci/full.releaserc.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@semantic-release/git",
1515
{
1616
"assets": [
17-
"CHANGELOG.md",
18-
"package.json"
17+
"CHANGELOG.md",
18+
"package.json"
1919
],
2020
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
2121
}
@@ -24,11 +24,9 @@
2424
"@semantic-release/github",
2525
{
2626
"assets": [
27-
{
28-
"path": "build/hobbits*deb*",
29-
"label": "Hobbits (64-bit Ubuntu 22.04)",
30-
"name": "hobbits-${nextRelease.version}.deb"
31-
}
27+
{
28+
"path": "build/hobbits*deb*"
29+
}
3230
]
3331
}
3432
]

0 commit comments

Comments
 (0)