Skip to content

Commit

Permalink
Merge pull request #165 from cdloh/semantic-release
Browse files Browse the repository at this point in the history
Install packages for semantic-release
  • Loading branch information
cdloh authored Aug 23, 2022
2 parents 28469f8 + 6d10ad2 commit fc77da3
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Test
name: CI/CD

on: [push, workflow_dispatch]

Expand Down
93 changes: 93 additions & 0 deletions package-lock.json

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

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^3.1.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "^8.0.5",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
Expand All @@ -87,9 +91,9 @@
"jest-environment-miniflare": "^2.0.0-rc.4",
"miniflare": "^2.0.0-rc.4",
"prettier": "^2.4.1",
"semantic-release": "^19.0.4",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4",
"semantic-release": "^19.0.4"
"typescript": "^4.4.4"
},
"dependencies": {
"worktop": "^0.7.3"
Expand Down

0 comments on commit fc77da3

Please sign in to comment.