Skip to content

Commit

Permalink
fix: release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
molvqingtai committed Sep 28, 2024
1 parent efce76a commit ffa8d42
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 38 deletions.
37 changes: 37 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"branches": [
"master"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/exec",
{
"prepareCmd": "pnpm run pack"
}
],
[
"@semantic-release/github",
{
"assets": [
{
"path": ".output/web-chat-${nextRelease.version}-chrome.zip",
"label": "Chrome Extension Installation Package"
}
],
"labels": [
"release"
]
}
],
"@semantic-release/git"
]
}
38 changes: 0 additions & 38 deletions .releaserc.mjs

This file was deleted.

0 comments on commit ffa8d42

Please sign in to comment.