We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c92b74a + b364535 commit 9b9286eCopy full SHA for 9b9286e
.github/workflows/releaseOnMerge.yml
@@ -24,6 +24,7 @@ jobs:
24
uses: actions/setup-node@v4
25
with:
26
node-version: 20
27
+ registry-url: 'https://registry.npmjs.org/'
28
29
- name: Install dependencies
30
run: yarn install --frozen-lockfile
@@ -57,7 +58,6 @@ jobs:
57
58
gh release create "$VERSION" \
59
--title "$VERSION" \
60
--notes-file changelog.md
- env
61
npm publish
62
63
env:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gitsums",
3
- "version": "0.3.15",
+ "version": "0.3.16",
4
"description": "Small utility to generate description for git changes with ai",
5
"scripts": {
6
"lint": "eslint . --ext .ts",
0 commit comments