Skip to content

Commit

Permalink
Merge pull request #375 from ckeditor/i/370
Browse files Browse the repository at this point in the history
Internal: Aligned release tools to the latest CKEditor 5 dev. Closes #370.
  • Loading branch information
pomek authored Jun 26, 2023
2 parents b82ce11 + 47ee916 commit a321543
Show file tree
Hide file tree
Showing 9 changed files with 1,691 additions and 217 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ testem.log
.DS_Store
Thumbs.db


/ckeditor/build

# release
/release/
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ npm run changelog

#### Packaging the component

**Note** This step is optional in the release process (the script is executed anyway by the postversion hook) but it is required to test the package used as an npm dependency.
**Note** This step is required to test the package used as an npm dependency.

This project uses [ng-packagr](https://www.npmjs.com/package/ng-packagr) to create the package meeting the Angular Package Format specification.

Expand Down Expand Up @@ -181,10 +181,16 @@ Make sure to test the package with the production setup (`ng build --configurati

#### Publishing the package

To publish the new package in the npm registry, run:
To create the release directory, run:

```bash
npm run release
npm run release:prepare-packages
```

Then, to publish the new package in the npm registry, run:

```bash
npm run release:publish-packages
```

## License
Expand Down
Loading

0 comments on commit a321543

Please sign in to comment.