Skip to content

Commit

Permalink
Merge pull request #931 from ember-fastboot/update-release-it
Browse files Browse the repository at this point in the history
update release-it
  • Loading branch information
mansona authored Nov 14, 2023
2 parents 41a5c87 + e66e066 commit 9774a94
Show file tree
Hide file tree
Showing 3 changed files with 1,755 additions and 200 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Once the prep work is completed, the actual release is straight forward:
* First, ensure that you have installed your projects dependencies:

```sh
yarn install
pnpm install
```

* Second, ensure that you have obtained a
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@release-it-plugins/lerna-changelog": "^5.0.0",
"@release-it-plugins/workspaces": "^3.2.0",
"npm-run-all": "^4.1.5",
"release-it": "^14.2.2"
"release-it": "^15.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
Loading

0 comments on commit 9774a94

Please sign in to comment.