We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d078232 + 4db7201 commit 9955622Copy full SHA for 9955622
.github/workflows/releaseOnMerge.yml
@@ -61,5 +61,5 @@ jobs:
61
62
env:
63
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
64
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gitsums",
3
- "version": "0.3.13",
+ "version": "0.3.14",
4
"description": "Small utility to generate description for git changes with ai",
5
"scripts": {
6
"lint": "eslint . --ext .ts",
0 commit comments