Skip to content

Commit ffd0606

Browse files
committed
chore: configure semantic-release for GitHub releases
1 parent cddffa5 commit ffd0606

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "logseq-runit-plugin",
3-
"version": "0.2.0",
43
"description": "A Logseq plugin for running JavaScript, Python, and Scheme code snippets directly inside your notes, with interactive output and console capture.",
54
"keywords": [],
65
"scripts": {
@@ -30,6 +29,21 @@
3029
"icon": "./icon.svg",
3130
"main": "dist/index.html"
3231
},
32+
"release": {
33+
"branches": [
34+
"main"
35+
],
36+
"plugins": [
37+
[
38+
"@semantic-release/github",
39+
{
40+
"assets": [
41+
"logseq-runit-plugin.zip"
42+
]
43+
}
44+
]
45+
]
46+
},
3347
"author": "Qijun",
3448
"license": "MIT"
3549
}

0 commit comments

Comments
 (0)