Simplify the release process (no more build script or release branches)

This commit is contained in:
Dilum Aluthge
2024-08-31 10:52:47 -04:00
parent 54be0dc244
commit 6cb498297d
9 changed files with 347 additions and 147 deletions

View File

@@ -42,6 +42,8 @@ First, `cd` to your clone of the repo. Now you can run the following commands:
npm ci
npm run build
npm run pack
```
When you are ready, you can commit your changes and push them to your PR.