Skip to content

Commit

Permalink
fix: Commit for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdloh committed Aug 23, 2022
1 parent fc77da3 commit 50b08b9
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 7 deletions.
Empty file added CHANGELOG.md
Empty file.
40 changes: 40 additions & 0 deletions package-lock.json

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

17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,19 @@
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm",
[
"@semantic-release/github",
"@semantic-release/git",
{
"assets": [
{
"path": "dist",
"label": "Build Files"
}
]
"package.json",
"package-lock.json",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
Expand Down Expand Up @@ -77,7 +78,9 @@
"@cloudflare/workers-types": "^3.1.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.5",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^5.10.0",
Expand Down

0 comments on commit 50b08b9

Please sign in to comment.