Skip to content

articulate/sox

Repository files navigation

@articulate/sox

@articulate/sox Build Status Coverage Status

Our super-special sockets stuff.

See the client and server documentation for details and examples.

Contributing

Changes are tracked & published using changesets.

Adding a Changeset

  1. Create a git branch. Make your desired changes.
  2. Run yarn changeset. Follow the prompts & specify if your change is a major, minor, or patch change.
  3. Add all the changes to .changesets & commit.
  4. Create a Pull Request. Merge into the master branch when ready.

Publishing to NPM

Changesets will create a "Release" pull request whenever unpublished changesets are merged into main. When ready to publish to NPM, merge this pull request, and changes will be automatically published.