Skip to content

Commit 763f004

Browse files
v0.3.4
1 parent 1bf4d78 commit 763f004

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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",

scripts/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)