Commit 6ec1870 1 parent 94bf9d9 commit 6ec1870 Copy full SHA for 6ec1870
File tree 4 files changed +28
-5
lines changed
4 files changed +28
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "repositoryUrl": "https://github.com/opentripplanner/otp-ui.git",
3
-
4
2
"fail": [],
3
+ "plugins": [
4
+ "@semantic-release/commit-analyzer",
5
+ "@semantic-release/github",
6
+ "@semantic-release/npm",
7
+ "@semantic-release/git",
8
+ "@semantic-release/release-notes-generator"
9
+ ],
10
+ "repositoryUrl": "https://github.com/opentripplanner/otp-ui.git",
5
11
"success": []
6
12
}
Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ node_js:
6
6
script :
7
7
# Ensure that tests pass. Note: "lerna exec"/prepublish script runs on yarn,
8
8
# so there is no need to re-run that here.
9
- - yarn test
9
+ - yarn lint:js
10
+ - yarn lint:styles
11
+ - yarn unit
10
12
# Perform the semantic release on this monorepo after tests have succeeded
11
13
# (see .releaserc for configuration).
12
- - lerna exec --concurrency 1 -- npx semantic-release -e semantic-release-monorepo
14
+ - lerna exec --concurrency 1 -- semantic-release -e semantic-release-monorepo
13
15
# TODO: add deploy stage that updates storybook (for each branch?)
Original file line number Diff line number Diff line change 11
11
"@babel/plugin-proposal-class-properties" : " ^7.10" ,
12
12
"@babel/preset-env" : " ^7.10" ,
13
13
"@babel/preset-react" : " ^7.10" ,
14
+ "@semantic-release/git" : " ^9.0.0" ,
14
15
"@storybook/addon-a11y" : " ^5.2.8" ,
15
16
"@storybook/addon-actions" : " ^5.2.8" ,
16
17
"@storybook/addon-info" : " ^5.2.8" ,
Original file line number Diff line number Diff line change 2775
2775
lodash "^4.17.4"
2776
2776
micromatch "^4.0.2"
2777
2777
2778
- "@semantic-release/error@^2.2.0":
2778
+ "@semantic-release/error@^2.1.0", "@semantic-release/error@^2. 2.0":
2779
2779
version "2.2.0"
2780
2780
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-2.2.0.tgz#ee9d5a09c9969eade1ec864776aeda5c5cddbbf0"
2781
2781
integrity sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==
2782
2782
2783
+ "@semantic-release/git@^9.0.0":
2784
+ version "9.0.0"
2785
+ resolved "https://registry.yarnpkg.com/@semantic-release/git/-/git-9.0.0.tgz#304c4883c87d095b1faaae93300f1f1e0466e9a5"
2786
+ integrity sha512-AZ4Zha5NAPAciIJH3ipzw/WU9qLAn8ENaoVAhD6srRPxTpTzuV3NhNh14rcAo8Paj9dO+5u4rTKcpetOBluYVw==
2787
+ dependencies:
2788
+ "@semantic-release/error" "^2.1.0"
2789
+ aggregate-error "^3.0.0"
2790
+ debug "^4.0.0"
2791
+ dir-glob "^3.0.0"
2792
+ execa "^4.0.0"
2793
+ lodash "^4.17.4"
2794
+ micromatch "^4.0.0"
2795
+ p-reduce "^2.0.0"
2796
+
2783
2797
"@semantic-release/github@^7.0.0":
2784
2798
version "7.0.7"
2785
2799
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.0.7.tgz#e3999b06433d08871acd68ecec2b4e212c05d09f"
You can’t perform that action at this time.
0 commit comments