Skip to content

Commit 2bb5080

Browse files
committed
Release
1 parent 0bc0931 commit 2bb5080

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Release process
2+
3+
Currently we have support for n=2 platforms. This limitation for specific platforms comes from the need to compile and test given platform in CI.
4+
Whe have n+1 npm packages. 1 general package with all of the JS code, and additional packages 1 per each architecture.
5+
6+
## Adding a new package
7+
8+
To release a new package, follow NPM documentation. Once the package is added, add support for trusted publishing. DO NOT USE tokens/keys
9+
for releasing through CI. You may use those only for the first version release. Release it as 0.0.0 (or 0.0.1) with just package json and empty index file.

0 commit comments

Comments
 (0)