Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to renamed @release-it-plugins/lerna-changelog dev-dependency #335

Merged
merged 1 commit into from
Dec 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

4. `export EDITOR="vim"` to choose an editor for editing the changelog

5. `npm run release` (uses [release-it-lerna-changelog](https://github.com/rwjblue/release-it-lerna-changelog) to handle versioning, the changelog, publishing to GitHub and NPM, etc)
5. `npm run release` (uses [@release-it-plugins/lerna-changelog](https://github.com/release-it-plugins/lerna-changelog) to handle versioning, the changelog, publishing to GitHub and NPM, etc)
209 changes: 104 additions & 105 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
},
"devDependencies": {
"@jest/globals": "^29.1.2",
"@release-it-plugins/lerna-changelog": "^5.0.0",
"@types/jest": "^29.1.0",
"@types/mock-fs": "^4.13.1",
"@types/node": "^18.7.23",
Expand All @@ -76,7 +77,6 @@
"npm-run-all": "^4.1.5",
"outdent": "^0.8.0",
"release-it": "^15.4.2",
"release-it-lerna-changelog": "^5.0.0",
"sinon": "^15.0.0",
"sort-package-json": "^2.0.0",
"ts-jest": "^29.0.3",
Expand All @@ -93,7 +93,7 @@
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
Expand Down