Skip to content

Commit

Permalink
ci: add semantic release config
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Sep 11, 2024
1 parent 1c10278 commit 7b33329
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"semantic-release-vsce",
{
"packageVsix": true
}
],
[
"@semantic-release/github",
{
"assets": [
{
"path": "*.vsix"
}
]
}
]
]
}

0 comments on commit 7b33329

Please sign in to comment.