Storybook design system
npm install --save @storybook/design-systemimport React, { Component } from 'react';
import MyComponent from '@storybook/design-system';
class Example extends Component {
render() {
return <MyComponent />;
}
}Bump the version
Push a release to GitHub and npm
Push a changelog to GitHub
Notes:
- Requires authentication with
npm adduser autois used to generate a changelog and push it to GitHub. In order for this to work correctly, an environment variable calledGH_TOKENis needed that references a GitHub personal access token with the appropriate permissions to update the repo.
MIT © shilman