Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/release-for-v8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
author: Sander Elias
---

# Release an V8 library update.

1. checkout the `angular-8` branch
2. `rm -fr node_modules` remove version 9
3. `npm i` install v 8
4. `git pull origin master`
5. fix Merge conflicts
6. Pay attention to `package.json` to make sure you keep the 8 version
7. `ng build @scullyio/ng-lib-v8`
8. build app.
9. test
10. Pay attention to `package.json` to make sure you keep the 8 version
11. if all is ok, rebuild the lib:
12. `ng build @scullyio/ng-lib-v8`
13. `cd ./dist/scullyio/ng-lib-v8`
14. `npm publish --access=public`
15. commit and push changes.