Skip to content

Commit

Permalink
ci(repo): add @semantic-release/github
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Aug 26, 2024
1 parent e0ad4b4 commit 296e803
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/epo-react-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"@babel/preset-typescript": "^7.18.6",
"@rubin-epo/epo-style-dictionary": "^0.1.0",
"@rubin-epo/eslint-config-react": "^1.0.0-beta",
"@semantic-release/github": "^10.1.7",
"@semantic-release/release-notes-generator": "^14.0.1",
"@storybook/addon-actions": "^7.6.3",
"@storybook/addon-essentials": "^7.6.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/epo-react-lib/release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ const release = {
],
},
],
[
"@semantic-release/github",
{
assets: [{ path: "dist", label: "epo-react-lib" }],
},
],
],
};

Expand Down
1 change: 1 addition & 0 deletions packages/epo-widget-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"devDependencies": {
"@babel/core": "^7.20.12",
"@rubin-epo/eslint-config-react": "^1.0.0-beta",
"@semantic-release/github": "^10.1.7",
"@semantic-release/release-notes-generator": "^14.0.1",
"@storybook/addon-a11y": "^7.6.3",
"@storybook/addon-actions": "^7.6.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/epo-widget-lib/release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ const release = {
],
},
],
[
"@semantic-release/github",
{
assets: [{ path: "dist", label: "epo-widget-lib" }],
},
],
],
};

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4281,7 +4281,7 @@
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-4.0.0.tgz#692810288239637f74396976a9340fbc0aa9f6f9"
integrity sha512-mgdxrHTLOjOddRVYIYDo0fR3/v61GNN1YGkfbrjuIKg/uMgCd+Qzo3UAXJ+woLQQpos4pl5Esuw5A7AoNlzjUQ==

"@semantic-release/github@^10.0.0":
"@semantic-release/github@^10.0.0", "@semantic-release/github@^10.1.7":
version "10.1.7"
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-10.1.7.tgz#ff31351050859b28298a0c75b9fa3e3cff413dd4"
integrity sha512-QnhP4k1eqzYLz6a4kpWrUQeKJYXqHggveMykvUFbSquq07GF85BXvr/QLhpOD7bpDcmEfL8VnphRA7KT5i9lzQ==
Expand Down Expand Up @@ -7390,10 +7390,10 @@ conventional-changelog-angular@^8.0.0:
dependencies:
compare-func "^2.0.0"

"conventional-changelog-conventionalcommits@>= 8.0.0", conventional-changelog-conventionalcommits@^7.0.2:
version "8.0.0"
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-8.0.0.tgz#3fa2857c878701e7f0329db5a1257cb218f166fe"
integrity sha512-eOvlTO6OcySPyyyk8pKz2dP4jjElYunj9hn9/s0OB+gapTO8zwS9UQWrZ1pmF2hFs3vw1xhonOLGcGjy/zgsuA==
conventional-changelog-conventionalcommits@^7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5"
integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==
dependencies:
compare-func "^2.0.0"

Expand Down

0 comments on commit 296e803

Please sign in to comment.