Skip to content

Commit 429f886

Browse files
committed
chore: changelog use --bump instead of --release
1 parent 476b7ab commit 429f886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"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'",
3434
"fmt": "deno fmt",
3535
"release": "deno task fmt && deno task changelog && deno task updateDenoJson && deno task fmt",
36-
"changelog": "pnpx changelogen --release --no-commit --no-tag",
36+
"changelog": "pnpx changelogen --bump",
3737
"updateDenoJson": "deno run -RW scripts/publish.ts",
3838
"publish": "pnpx changelogen gh release"
3939
},

0 commit comments

Comments
 (0)