Skip to content

Commit 1f7fa92

Browse files
committed
ci: Update semantic release config
1 parent afa9577 commit 1f7fa92

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,17 @@
7070
"repository": {
7171
"type": "git",
7272
"url": "https://github.com/danielwaltz/vite-plugin-graphql-codegen.git"
73+
},
74+
"release": {
75+
"branches": [
76+
"main"
77+
],
78+
"plugins": [
79+
"@semantic-release/commit-analyzer",
80+
"@semantic-release/release-notes-generator",
81+
"@semantic-release/npm",
82+
"@semantic-release/github",
83+
"@semantic-release/git"
84+
]
7385
}
7486
}

0 commit comments

Comments
 (0)