# C4 Identity library

## Customization

- Just update the name in `package.json`.
- If you want to automatically publish the storybook to Github Pages, enable the Github Action `publish-storybook.yml.disabled`.
- If you want to publish package to Github Package registry, enable the Github Action `publish-github-package.yaml.disabled`.

## Dev

```bash
# install
yarn

# start storybook
yarn storybook

# build components
yarn build
```

## Release

To release a new version of this library, follow these steps:

1. Update the version in `package.json` on `main`
2. Create a new release via GitHub UI, tag name being the exact version number, no prepended "v"
