Skip to content

set patch version to 0

In order for the automated release process to release the first alpha, the version in package.json and package-lock.json must be set to 1.0.0-alpha.0. This allows npm version to bump the version from 1.0.0-alpha.0 to 1.0.0-alpha.1 and thus have changes to commit and push.

Merge request reports