Skip to content

Commit

Permalink
fix: update npm version on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch committed Apr 12, 2020
1 parent a6ce9f4 commit fba4f19
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 225 deletions.
7 changes: 7 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": ["package.json", "yarn.lock"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
}
],
"devDependencies": {
"@semantic-release/git": "^9.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/chalk": "^2.2.0",
"@types/faker": "^4.1.11",
Expand Down

0 comments on commit fba4f19

Please sign in to comment.