Skip to content

Commit

Permalink
chore: Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Apr 28, 2024
1 parent e98ce95 commit 16e3b4e
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"branches": [
"master",
{
"name": "develop",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
},
{
"name": "beta",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/exec",
{
"prepareCmd": "zip -r '/tmp/release.zip' ./src README.md"
}
],
[
"@semantic-release/github",
{
"assets": [
{
"path": "/tmp/release.zip",
"name": "wp-hook-di-${nextRelease.version}.zip",
"label": "WP Hook DI v${nextRelease.version}"
}
]
}
]
]
}

0 comments on commit 16e3b4e

Please sign in to comment.