Skip to content

Commit f385ca7

Browse files
committed
chore: auto github release generate
1 parent 79d683f commit f385ca7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

deno.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@
3636
"docs:std": "deno run --allow-read --allow-env --allow-run typedoc index.ts --html ./docs/ --skipErrorChecking --options typedoc.config.json --readme docs.md --name 'Hnxml Standard'",
3737
"fmt": "deno fmt",
3838
"release": "deno task fmt && deno task changelog && deno task updateDenoJson",
39-
"changelog": "deno run -A changelogen --release --no-commit --no-tag",
40-
"updateDenoJson": "deno run -RW scripts/publish.ts"
39+
"changelog": "pnpx changelogen --release --no-commit --no-tag",
40+
"updateDenoJson": "deno run -RW scripts/publish.ts",
41+
"publish": "pnpx changelogen gh release"
4142
},
4243
"nodeModulesDir": "none"
4344
}

0 commit comments

Comments
 (0)