Skip to content

Commit

Permalink
chore: update gh release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitaru committed Mar 20, 2024
1 parent fda0a86 commit e41e5b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 70 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@
"@commitlint/config-conventional": "^19.1.0",
"@custom-elements-manifest/analyzer": "^0.9.3",
"@open-wc/lit-helpers": "0.7.0",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^12.1.0",
"@types/chromecast-caf-sender": "^1.0.9",
"@types/debug": "^4.1.12",
"@types/node": "^20.11.30",
Expand Down
63 changes: 0 additions & 63 deletions pnpm-lock.yaml

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

5 changes: 2 additions & 3 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ export default {
"@semantic-release/release-notes-generator",
// "@semantic-release/npm",
[
"@semantic-release/git",
"@semantic-release/github",
{
assets: ["package.json", "CHANGELOG.md"],
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
assets: ["package.json", "CHANGELOG.md", "dist/**", "types/**"],
}
]
]
Expand Down

0 comments on commit e41e5b0

Please sign in to comment.