Skip to content

Commit 29703e4

Browse files
committed
docs(README): publish flow
1 parent 798df66 commit 29703e4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
# contentful-rich-text-angular-renderer
22

33
This repository hosts the `@flowup/contentful-rich-text-angular-renderer` library ([see README](./libs/contentful-rich-text-angular-renderer/README.md)).
4+
5+
## Publish flow
6+
1. Update dependencies
7+
2. Check if demo app works correctly.
8+
3. Open `libs/contentful-rich-text-angular-renderer/package.json`
9+
- Bump `version` of lib.
10+
- Check all peer deps are correct
11+
4. Build lib with `nx run contentful-rich-text-angular-renderer:build:production`.
12+
5. Change working directory to newly generated dist `cd dist/libs/contentful-rich-text-angular-renderer`
13+
6. Check if all changes were correctly reflected.
14+
- Versions of (peer) dependencies.
15+
- Correct `version` of lib.
16+
7. Publish with `npm publish`

0 commit comments

Comments
 (0)