There was an error while loading. Please reload this page.
1 parent 476b7ab commit 429f886Copy full SHA for 429f886
1 file changed
deno.json
@@ -33,7 +33,7 @@
33
"docs:std": "deno run --allow-read --allow-env --allow-run typedoc index.ts --html ./docs/ --skipErrorChecking --options typedoc.config.json --readme hnstd.md --name 'Hnxml Standard'",
34
"fmt": "deno fmt",
35
"release": "deno task fmt && deno task changelog && deno task updateDenoJson && deno task fmt",
36
- "changelog": "pnpx changelogen --release --no-commit --no-tag",
+ "changelog": "pnpx changelogen --bump",
37
"updateDenoJson": "deno run -RW scripts/publish.ts",
38
"publish": "pnpx changelogen gh release"
39
},
0 commit comments