sr-cli 8.0.2

sr — a release-state reconciler. Define desired state; sr reconciles.
# Single npm package publishing to registry.npmjs.org.
#
# Non-scoped packages default to public access automatically. For scoped
# packages (`@scope/name`), add `access: public` to make the first
# publish succeed without `npm login`-set access.

git:
  tag_prefix: "v"

packages:
  - path: .
    version_files:
      - package.json
    stage_files:
      - package-lock.json
    publish:
      type: npm
      # access: public      # needed for scoped packages on first publish
      # registry: https://your-private-registry.example.com/