Skip to content

Commit

Permalink
fix: use semantic-release beta release (#1539)
Browse files Browse the repository at this point in the history
Fixes the breakage from the latest commit analyzer release.

Refs: semantic-release/release-notes-generator#633
  • Loading branch information
achingbrain committed May 30, 2024
1 parent aa65b02 commit a16e7c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"react-native-test-runner": "^5.0.0",
"read-pkg-up": "^11.0.0",
"rimraf": "^5.0.0",
"semantic-release": "^23.0.0",
"semantic-release": "24.0.0-beta.2",
"semantic-release-monorepo": "^8.0.2",
"semver": "^7.3.8",
"source-map-support": "^0.5.20",
Expand Down Expand Up @@ -339,5 +339,8 @@
"fs": false,
"./utils/fixtures.js": "./utils/fixtures.browser.js",
"./utils/resolve.js": "./utils/resolve.browser.js"
},
"overrides": {
"semantic-release": "24.0.0-beta.2"
}
}

0 comments on commit a16e7c2

Please sign in to comment.