-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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://github.com/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! |