Skip to content

Commit

Permalink
chore: add semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Jun 5, 2022
1 parent c6e112c commit 263f914
Show file tree
Hide file tree
Showing 3 changed files with 2,281 additions and 50 deletions.
2 changes: 2 additions & 0 deletions .depcheckrc.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
ignores:
- "@commitlint/*"
- "@semantic-release/*"
- "@size-limit/preset-small-lib"
- '@types/node'
- "@types/jest"
- babel-jest
- jest-*
- semantic-release
- ts-jest
- typedoc
- typedoc-plugin-extras
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
"@babel/preset-env": "^7.18.2",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.4",
"@semantic-release/npm": "^9.0.1",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/jest": "^28.1.1",
"@typescript-eslint/eslint-plugin": "^5.27.0",
Expand All @@ -77,6 +81,7 @@
"pinst": "^3.0.0",
"rimraf": "^3.0.2",
"satisfier": "^5.2.0",
"semantic-release": "^19.0.2",
"size-limit": "^7.0.8",
"ts-jest": "^28.0.4",
"typedoc": "^0.22.17",
Expand Down
Loading

0 comments on commit 263f914

Please sign in to comment.