We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9955622 + 0d9b27a commit c92b74aCopy full SHA for c92b74a
.github/workflows/releaseOnMerge.yml
@@ -57,6 +57,7 @@ jobs:
57
gh release create "$VERSION" \
58
--title "$VERSION" \
59
--notes-file changelog.md
60
+ env
61
npm publish
62
63
env:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gitsums",
3
- "version": "0.3.14",
+ "version": "0.3.15",
4
"description": "Small utility to generate description for git changes with ai",
5
"scripts": {
6
"lint": "eslint . --ext .ts",
0 commit comments