@trunq-nq/changelogs-cli
v1.0.5
Published
Auto generate changelogs from git commits
Downloads
1
Readme
Requirements
- Node 18+
Install global
npm install -g w3s-changelogs
Commands w3s-changelogs CLI
# Ghi lại changelogs version mới kể từ tag gần nhất
w3s-changelogs
Options
--all
: Ghi lại toàn bộ--from
và--to
: Ghi lại logfrom
đếnto
,from
vàto
có thể là tag hoặc commit hash. Nếu chỉ cófrom
thìto
sẽ là commit HEADw3s-changelogs --from=v1.0.0 --to=v1.0.1
w3s-changelogs --from=e4c226b --to=786a238
w3s-changelogs --from=v1.0.0
--version
: Mặc định sẽ làpackage.json
version. Nếu có thì sẽ ghi lại changelogs theo version nàyw3s-changelogs --version=v1.0.1
--file
: Ghi lại changelogs vào file khácCHANGELOG.md
w3s-changelogs --file=CHANGELOG-1.0.1.md