Skip to content

Commit

Permalink
Merge pull request #471 from babel/update-release-it-setup
Browse files Browse the repository at this point in the history
Update `release-it` setup
  • Loading branch information
bertdeblock authored Jan 21, 2023
2 parents 25dd482 + 3467456 commit 6ca3ee5
Show file tree
Hide file tree
Showing 2 changed files with 2,103 additions and 848 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"@babel/core": "^7.12.0",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"@release-it-plugins/lerna-changelog": "^5.0.0",
"babel-eslint": "^10.1.0",
"broccoli-test-helper": "^1.4.0",
"chai": "^4.1.2",
Expand Down Expand Up @@ -103,8 +104,7 @@
"loader.js": "^4.7.0",
"mocha": "^5.2.0",
"regenerator-runtime": "^0.13.9",
"release-it": "^12.2.1",
"release-it-lerna-changelog": "^1.0.3",
"release-it": "^15.6.0",
"resolve": "^1.8.1",
"rimraf": "^3.0.1",
"webpack": "^5.74.0"
Expand Down Expand Up @@ -133,7 +133,7 @@
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md"
}
},
Expand All @@ -142,6 +142,9 @@
},
"github": {
"release": true
},
"npm": {
"publish": false
}
}
}
Loading

0 comments on commit 6ca3ee5

Please sign in to comment.