Skip to content

Commit 180c783

Browse files
v0.3.13
1 parent 419aa10 commit 180c783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/releaseOnMerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Create GitHub release
5555
run: |
56-
npx gitsums -f origin/${{ github.event.pull_request.base.ref }} -t origin/${{ github.event.pull_request.head.ref }} --custom > changelog.md
56+
npx gitsums -c 1 --custom > changelog.md
5757
gh release create "$VERSION" \
5858
--title "$VERSION" \
5959
--notes-file changelog.md

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitsums",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"description": "Small utility to generate description for git changes with ai",
55
"scripts": {
66
"lint": "eslint . --ext .ts",

0 commit comments

Comments
 (0)