Skip to content

v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 27 May 15:02
· 7 commits to main since this release
ba0bd87

Patch Changes

  • bfb1784: First release through the automated CI + Changesets + sigstore
    trusted-publishing pipeline.

    No source changes. The previous version (0.1.1) was published
    manually before any CI existed; this patch bump exists so the new
    pipeline has something concrete to publish on its first run,
    verifying end-to-end that:

    • The Release workflow's OIDC trust path to npm works.
    • Sigstore provenance is attached to the tarball.
    • The Changesets PR → merge → publish flow does the right thing
      for @wellmade/bedrock (a single-package repo, unlike standards-js).

    Re-flag for the maintainer: before merging the Changesets release PR
    this generates, add wellmade-studio/bedrock-js + release.yml as a
    trusted publisher for @wellmade/bedrock on npmjs.com. Without
    that, the publish step will fail with a permissions error.