File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " gitsums" ,
3- "version" : " 0.3.3 " ,
3+ "version" : " 0.3.4 " ,
44 "description" : " Small utility to generate description for git changes with ai" ,
55 "scripts" : {
66 "lint" : " eslint . --ext .ts" ,
77 "start" : " tsx src/index.ts" ,
88 "build" : " node esbuild.config.js" ,
9- "test" : " jest" ,
10- "changelog" : " node dist/index.cjs -c 1 --custom"
9+ "test" : " jest"
1110 },
1211 "bin" : {
1312 "gitsum" : " ./dist/index.cjs" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ yarn lint \
1212 && chmod +x dist/index.cjs \
1313 && cat .gitignore | awk ' $0!~"dist"{print}' > ~ .gitignore \
1414 && mv ~ .gitignore .gitignore \
15- && yarn changelog > changelog.txt \
15+ && yarn link \
16+ && gitsums -c 1 --custom > changelog.txt \
1617 && git add . \
1718 && git commit -m $VERSION \
1819 && git tag $VERSION \
You can’t perform that action at this time.
0 commit comments