Skip to content

Commit

Permalink
fix: publishing config
Browse files Browse the repository at this point in the history
  • Loading branch information
avchugaev committed Jan 10, 2021
1 parent df221bb commit 296b65d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 25 deletions.
21 changes: 21 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"pkgRoot": "dist"
}
],
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"package.json"
]
}
]
]
}
25 changes: 0 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 296b65d

Please sign in to comment.