Skip to content

Commit

Permalink
fix: Try to fix semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
nervetattoo committed Mar 30, 2021
1 parent d02fb06 commit 97044e3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
17 changes: 17 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"release": {
"branches": ["master"]
},
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/github",
{
"assets": [
{ "path": "dist/simple-thermostat.js", "label": "SimpleThermostat" }
]
}
]
]
}
4 changes: 0 additions & 4 deletions .releaserc.yml

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1",
"@semantic-release/github": "^7.2.0",
"@size-limit/file": "^4.10.1",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
Expand All @@ -41,11 +42,11 @@
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-postcss-lit": "^1.0.1",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^17.4.2",
"size-limit": "^4.10.1",
"ts-jest": "^26.5.4",
"tslib": "^2.1.0",
"typescript": "^4.2.3",
"semantic-release": "^17.4.2"
"typescript": "^4.2.3"
},
"scripts": {
"release": "release-it",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-2.2.0.tgz#ee9d5a09c9969eade1ec864776aeda5c5cddbbf0"
integrity sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==

"@semantic-release/github@^7.0.0":
"@semantic-release/github@^7.0.0", "@semantic-release/github@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.2.0.tgz#925f3efd91adabfc4bbe0de24b79fe1a8a38b4e2"
integrity sha512-tMRnWiiWb43whRHvbDGXq4DGEbKRi56glDpXDJZit4PIiwDPX7Kx3QzmwRtDOcG+8lcpGjpdPabYZ9NBxoI2mw==
Expand Down

0 comments on commit 97044e3

Please sign in to comment.