We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419aa10 commit 180c783Copy full SHA for 180c783
.github/workflows/releaseOnMerge.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Create GitHub release
55
run: |
56
- npx gitsums -f origin/${{ github.event.pull_request.base.ref }} -t origin/${{ github.event.pull_request.head.ref }} --custom > changelog.md
+ npx gitsums -c 1 --custom > changelog.md
57
gh release create "$VERSION" \
58
--title "$VERSION" \
59
--notes-file changelog.md
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gitsums",
3
- "version": "0.3.12",
+ "version": "0.3.13",
4
"description": "Small utility to generate description for git changes with ai",
5
"scripts": {
6
"lint": "eslint . --ext .ts",
0 commit comments