We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cb5bd commit 8848340Copy full SHA for 8848340
package.json
@@ -65,5 +65,15 @@
65
"gpt-3"
66
],
67
"description": "Hooks and components for working with OpenAI streams.",
68
- "homepage": "https://github.com/SpellcraftAI/nextjs-openai"
69
-}
+ "homepage": "https://github.com/SpellcraftAI/nextjs-openai",
+ "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