Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 2656a40

Browse files
committed
feat(changelog): add changelog building cli via conventional commits changelog cli and corresponded toolchain
1 parent d4bdd62 commit 2656a40

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tools/changelog-init.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
conventional-changelog -p angular -i CHANGELOG.md -s -r 0

tools/changelog.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
conventional-changelog -p angular -i CHANGELOG.md -s

0 commit comments

Comments
 (0)