Skip to content

Commit c92b74a

Browse files
Merge pull request #12 from AlioshaRabeshko/develop
v0.3.15
2 parents 9955622 + 0d9b27a commit c92b74a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/releaseOnMerge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
gh release create "$VERSION" \
5858
--title "$VERSION" \
5959
--notes-file changelog.md
60+
env
6061
npm publish
6162
6263
env:

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.14",
3+
"version": "0.3.15",
44
"description": "Small utility to generate description for git changes with ai",
55
"scripts": {
66
"lint": "eslint . --ext .ts",

0 commit comments

Comments
 (0)