Skip to content

Commit

Permalink
ci(release): swapout semrel npm impl
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwremmel committed Nov 26, 2023
1 parent 6bca0b1 commit 51f3b52
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@ianwremmel/eslint-plugin-ianwremmel": "^6.2.2",
"@jest/types": "^29.6.3",
"@nrwl/nx-cloud": "^15.3.5",
"@semrel-extra/npm": "^1.2.2",
"@types/jest": "^29.5.7",
"@types/lodash": "^4.14.200",
"@types/node": "^18.13.0",
Expand Down Expand Up @@ -89,6 +90,12 @@
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semrel-extra/npm",
"@semantic-release/github"
]
}
}

0 comments on commit 51f3b52

Please sign in to comment.