We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112f36d commit 7759fdaCopy full SHA for 7759fda
package.json
@@ -26,20 +26,20 @@
26
"lerna": "^8.2.3"
27
},
28
"devDependencies": {
29
- "release-it": "^15.10.1",
30
- "release-it-lerna-changelog": "^5.0.0",
31
- "release-it-yarn-workspaces": "^3.0.0"
+ "release-it": "^19.0.4",
+ "@release-it-plugins/lerna-changelog": "^8.0.1",
+ "@release-it-plugins/workspaces": "^5.0.3"
32
33
"publishConfig": {
34
"registry": "https://registry.npmjs.org"
35
36
"release-it": {
37
"plugins": {
38
- "release-it-lerna-changelog": {
+ "@release-it-plugins/lerna-changelog": {
39
"infile": "CHANGELOG.md",
40
"launchEditor": true
41
42
- "release-it-yarn-workspaces": true
+ "@release-it-plugins/workspaces": true
43
44
"git": {
45
"tagName": "v${version}"
0 commit comments