Skip to content

Commit

Permalink
feat(ci): fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
maddocnc committed Oct 23, 2023
1 parent c803d8f commit 134b673
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 19 deletions.
63 changes: 51 additions & 12 deletions package-lock.json

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

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@
"devDependencies": {
"@frabbit/eslint-config": "^1.5.10",
"@frabbit/prettier-config": "^2.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.1",
"@semantic-release/npm": "^11.0.0",
"@types/node": "^20.8.6",
"bumpp": "^9.2.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.51.0",
"mongoose": "^7.6.3",
"prettier": "^3.0.3",
Expand All @@ -47,11 +52,5 @@
"engines": {
"node": ">=16.14.0"
},
"prettier": "@frabbit/prettier-config",
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.1",
"@semantic-release/npm": "^11.0.0"
}
"prettier": "@frabbit/prettier-config"
}

0 comments on commit 134b673

Please sign in to comment.