@bcgov-sso/common-react-components 1.5.0 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,12 +6,11 @@ See the github pages link for a storybook instance of components.
6
6
  ## Workflow
7
7
 
8
8
  **Storybook**: This repository has branched-based deployments for the storybook instance. To update
9
- storybook, merge in a feature branch to the `dev` branch.
9
+ storybook, merge in a feature branch to the `main` branch.
10
10
 
11
- **NPM**: Components will be published to NPM when creating a new release. To release the components
12
- on the dev branch:
11
+ **NPM**: Components will be published to NPM when creating a new release. To release the components:
13
12
 
14
- 1. Merge `dev` into `main`. This will automatically bump the package version based on the commits and generate a tag for the release.
13
+ 1. Merge your feature branch into `main`. This will automatically bump the package version based on the commits and generate a tag for the release.
15
14
  2. Create a new [release](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository) using the generated tag.
16
15
 
17
16
  ## Adding Components