Skip to content

Commit

Permalink
feat(ci-cd): semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshamavani committed May 25, 2022
1 parent 4f773e4 commit 262059d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

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

18 changes: 15 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
"@loopback/eslint-config": "^13.0.0",
"@loopback/testlab": "^5.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/lodash": "^4.14.181",
"@types/node": "^12.20.50",
"@types/uuid": "^8.3.4",
Expand Down Expand Up @@ -93,10 +96,19 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/changelog",
"@semantic-release/git"
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"package.json",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} semantic"
}
],
"@semantic-release/github"
],
"repositoryUrl": "git@github.com:sourcefuse/loopback4-audit-log.git"
}
Expand Down

0 comments on commit 262059d

Please sign in to comment.