Skip to content

Commit

Permalink
Correct RELEASE directions for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Panman82 committed Dec 7, 2023
1 parent 4acc289 commit 5c36bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Release Process

1. `pnpm install [email protected] --save` - Updates the editor dependency and lock-file to the specific version
2. `npm version x.y.z` - Updates the version in `package.json` and tags in git
2. `pnpm version x.y.z` - Updates the version in `package.json` and tags in git
3. `git push origin master --follow-tags` - Pushes any changes and the new version tag up to Github
4. Update the new tag on the [Github Releases page](https:/froala/ember-froala-editor/releases)
5. TBD - Update Docs
6. `npm publish` - Release the new version to the world!
6. `pnpm publish` - Release the new version to the world!

0 comments on commit 5c36bb1

Please sign in to comment.