Skip to content

Commit

Permalink
fix: missing releaserc file (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 authored May 14, 2021
1 parent 8a81f96 commit cdc77c7
Show file tree
Hide file tree
Showing 3 changed files with 10,012 additions and 5,702 deletions.
27 changes: 27 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"branch": "main",
"tagFormat": "v${version}",
"verifyConditions": [
"@semantic-release/npm",
{
"path": "@semantic-release/github",
"assets": {
"path": "dist/*"
}
}
],
"analyzeCommits": "@semantic-release/commit-analyzer",
"generateNotes": "@semantic-release/release-notes-generator",
"prepare": "@semantic-release/npm",
"publish": [
"@semantic-release/npm",
{
"path": "@semantic-release/github",
"assets": {
"path": "dist/*"
}
}
],
"success": [],
"fail": []
}
Loading

0 comments on commit cdc77c7

Please sign in to comment.