Skip to content

Commit dd5edd2

Browse files
committed
Publishing email-editor
1 parent be3c386 commit dd5edd2

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@courselit/email-editor": patch
3+
---
4+
5+
Rendering is exposed to the consumer of the package

.github/workflows/publish-packages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- rajat1saxena/issue590
78
tags-ignore:
89
- '**'
910

docs/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,16 @@ pnpm dev
8484

8585
That's it! Now you can dive into the code base.
8686

87+
## Releasing packages
88+
89+
We use changeset to automate at the process of publishing packages to NPM.
90+
91+
Run the following command to add a changeset
92+
93+
```sh
94+
pnpm exec changeset
95+
```
96+
8797
## Medialit
8898

8999
CourseLit uses [MediaLit](https://medialit.cloud) as its backend for managing media assets. It is a paid service and you need to have an account on it to store your files in the cloud.

0 commit comments

Comments
 (0)