v86 icon indicating copy to clipboard operation
v86 copied to clipboard

Versioning and NPM

Open skadisch opened this issue 4 years ago • 1 comments

Currently there are no version tags in the repository. Also, a package.json file is not included here, although npm refers to this Github repository. Is this currently manually managed or stored elsewhere? Specifically, I want to know when my new features will be pushed to npm and under which version tag. Also, what is the release cycle?

If there is anything that can be done on that end, I'll be happy to assist.

skadisch avatar Apr 22 '21 23:04 skadisch

I don't manage the npm package, someone else packaged up v86 for it. Currently the best way to get v86 releases is either to build them from the repository or the releases page, which is automatically built from latest master. If it's useful to anybody, I'd accept a PR that pushes the latest master to npm in a similar manner.

Releases are rolling. There's an extensive suite of test, but I'd still recommend pinning to a specific commit if you'd like to use v86 as a dependency.

copy avatar Apr 27 '21 20:04 copy