Skip to content

Commit 9b9286e

Browse files
Merge pull request #13 from AlioshaRabeshko/develop
v0.3.16
2 parents c92b74a + b364535 commit 9b9286e

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
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/setup-node@v4
2525
with:
2626
node-version: 20
27+
registry-url: 'https://registry.npmjs.org/'
2728

2829
- name: Install dependencies
2930
run: yarn install --frozen-lockfile
@@ -57,7 +58,6 @@ jobs:
5758
gh release create "$VERSION" \
5859
--title "$VERSION" \
5960
--notes-file changelog.md
60-
env
6161
npm publish
6262
6363
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.15",
3+
"version": "0.3.16",
44
"description": "Small utility to generate description for git changes with ai",
55
"scripts": {
66
"lint": "eslint . --ext .ts",

0 commit comments

Comments
 (0)