Skip to content

Commit 9774a94

Browse files
authored
Merge pull request #931 from ember-fastboot/update-release-it
update release-it
2 parents 41a5c87 + e66e066 commit 9774a94

File tree

3 files changed

+1755
-200
lines changed

3 files changed

+1755
-200
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Once the prep work is completed, the actual release is straight forward:
3131
* First, ensure that you have installed your projects dependencies:
3232

3333
```sh
34-
yarn install
34+
pnpm install
3535
```
3636

3737
* Second, ensure that you have obtained a

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@release-it-plugins/lerna-changelog": "^5.0.0",
2020
"@release-it-plugins/workspaces": "^3.2.0",
2121
"npm-run-all": "^4.1.5",
22-
"release-it": "^14.2.2"
22+
"release-it": "^15.0.0"
2323
},
2424
"publishConfig": {
2525
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)