Skip to content

Commit

Permalink
fix: add .releaserc configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 16, 2021
1 parent d5cd97d commit 53f9200
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
15 changes: 15 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"branches": ["master", "next"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
["@semantic-release/github", {
"assets": [
{"path": "dist/**/*.css", "label": "CSS distribution"},
{"path": "dist/**/*.js", "label": "JS distribution"},
{"path": "dist/**/*", "label": "Other distribution"}
]
}]
]
}
13 changes: 0 additions & 13 deletions scripts/publish.sh

This file was deleted.

0 comments on commit 53f9200

Please sign in to comment.