Skip to content

Commit 6b373d9

Browse files
committed
Remove Node script to simplify build process
1 parent c5e96e0 commit 6b373d9

2 files changed

Lines changed: 4 additions & 15 deletions

File tree

.cliff/build-changelogs.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

.release-it.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
}
1313
},
1414
"hooks": {
15-
"after:bump": ["node .cliff/build-changelogs.js"]
15+
"after:bump": [
16+
"git-cliff -c .cliff/cliff-changelog-md.toml -o CHANGELOG.md --tag ${version}",
17+
"git-cliff -c .cliff/cliff-readme-txt.toml -o readme.txt --tag ${version}"
18+
]
1619
},
1720
"git": {
1821
"commitArgs": ["-S"],

0 commit comments

Comments
 (0)