carbon-design-system / carbon-components-svelte

Svelte implementation of the Carbon Design System
https://svelte.carbondesignsystem.com
Apache License 2.0
2.68k stars 261 forks source link

docs: update CONTRIBUTING.md #1842

Closed metonym closed 10 months ago

metonym commented 10 months ago

This library is now published to NPM with provenance via a GitHub workflow. The workflow is triggered when pushing a tag that starts with v to the remote.

I've revised the contributing instructions for maintainers to reflect this new practice.

It should make running yarn release faster as it's no longer necessary to run yarn build:lib locally.