@studyportals/bodies-editor-integration
Various interfaces that support the integration of the BodiesEditor
Deployment
Use the npm
CLI to version and publish the package.
Unstable
You may need to publish a number of unstable versions while working on a new feature. You first need to select the new version of the package and then append the prerelease identifier. You can use the preid
to contextualize the versions. The resulting version should match the pattern a.b.c-<preid>.0
or a.b.c.-0
if a preid
is not necessary. You can use npm version {premajor|preminor|prepatch} --preid=<feature>
or make the adjustments manually. Subsequent unstable versions can be incremented using npm version prerelease
. You can publish the version using npm publish --tag beta
.
Consider publishing unstable versions before the feature has been peer reviewed.
Stable
Use npm version {major|minor|patch}
, or adjust the version manually. Use npm publish
to publish the package.