Skip to content

Commit 8848340

Browse files
committed
chore: release config
1 parent 74cb5bd commit 8848340

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,15 @@
6565
"gpt-3"
6666
],
6767
"description": "Hooks and components for working with OpenAI streams.",
68-
"homepage": "https://github.com/SpellcraftAI/nextjs-openai"
69-
}
68+
"homepage": "https://github.com/SpellcraftAI/nextjs-openai",
69+
"release-it": {
70+
"git": {
71+
"commitMessage": "release: v${version}",
72+
"tagAnnotation": "v${version}"
73+
},
74+
"github": {
75+
"release": true,
76+
"releaseName": "v${version}"
77+
}
78+
}
79+
}

0 commit comments

Comments
 (0)