Skip to content

Commit

Permalink
Switch to @release-it-plugins/lerna-changelog (#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish authored Nov 4, 2023
1 parent 8b8ba16 commit f1fd4be
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
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. `yarn release` (uses [release-it-lerna-changelog](https:/rwjblue/release-it-lerna-changelog) to handle versioning, the changelog, publishing to GitHub and NPM, etc)
5. `yarn release` (uses [@release-it-plugins/lerna-changelog](https:/release-it-plugins/lerna-changelog) to handle versioning, the changelog, publishing to GitHub and NPM, etc)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@types/eslint": "^8.44.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.52.0",
Expand All @@ -110,7 +111,6 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"release-it": "^16.2.1",
"release-it-lerna-changelog": "^5.0.0",
"sort-package-json": "^2.6.0",
"typescript": "^5.2.2"
},
Expand All @@ -135,7 +135,7 @@
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,19 @@
"@pnpm/network.ca-file" "^1.0.1"
config-chain "^1.1.11"

"@release-it-plugins/lerna-changelog@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@release-it-plugins/lerna-changelog/-/lerna-changelog-6.0.0.tgz#f6c163a2b929c67c6878ae5a034dab08e23c17d9"
integrity sha512-/1xNLriHKKTdM+/LSQIng5V25gipw0brAXtWVQcOBR63NmW/Ftnd2IJpnM5WzFkOCcL9hoqc8rcIMMv1EOcaIg==
dependencies:
execa "^5.1.1"
lerna-changelog "^2.2.0"
lodash.template "^4.5.0"
mdast-util-from-markdown "^1.2.0"
tmp "^0.2.1"
validate-peer-dependencies "^2.0.0"
which "^2.0.2"

"@simple-dom/interface@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@simple-dom/interface/-/interface-1.4.0.tgz#e8feea579232017f89b0138e2726facda6fbb71f"
Expand Down Expand Up @@ -6159,19 +6172,6 @@ regjsparser@^0.10.0:
dependencies:
jsesc "~0.5.0"

release-it-lerna-changelog@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/release-it-lerna-changelog/-/release-it-lerna-changelog-5.0.0.tgz#2df62efc4c7435959201e7d4b50e72db4c111d0e"
integrity sha512-s/rHzwAwp878bivWKsJKNya9SRVKYZjgpyyGzg5ddBKZY5u5lhTWhxHtld7mHTRg4azIN7YypPH3rGaOfVmNVw==
dependencies:
execa "^5.1.1"
lerna-changelog "^2.2.0"
lodash.template "^4.5.0"
mdast-util-from-markdown "^1.2.0"
tmp "^0.2.1"
validate-peer-dependencies "^2.0.0"
which "^2.0.2"

release-it@^16.2.1:
version "16.2.1"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-16.2.1.tgz#1dc9f5e327f903933777a6851e139179c115d67a"
Expand Down

0 comments on commit f1fd4be

Please sign in to comment.