Skip to content

Commit

Permalink
fix: change order of release plugins. fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Mar 24, 2022
1 parent 25e5ca4 commit ce11f66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 106 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"package.json",
"**/package.json",
"packages/**/package.json",
"yarn.lock"
]
}
],
"@semantic-release/npm",
"@semantic-release/github"
]
]
},
"config": {
Expand Down
102 changes: 0 additions & 102 deletions packages/core/node_modules/ajv/package.json

This file was deleted.

0 comments on commit ce11f66

Please sign in to comment.