You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now you can use any of the components in your application
40
+
41
+
## 🚀 Releasing
42
+
43
+
Assuming you are a maintainer you can follow these instructions to release a new version of the library.
44
+
45
+
1. Verify the version has been bumped and adheres to [semantic versioning](https://semver.org/). Version should be updated in both package.json and projects/lib/package.json. Commit with format `:bookmark: {VERSION}`
46
+
2. Create and publish a new release on github
47
+
3. Publish on npm by running `npm run publish-please`
48
+
- Defaults to pre-release. It is recommended to do a pre-release first to vet changes
49
+
- For normal releases update the `publishTag` in `.publishrc` to `latest` and then run `npm run publish-please`
50
+
4. Have a beer!
51
+
52
+
If you need to override `publish-please` and just use `npm publish` you can do so by first removing `"prepublishOnly": "publish-please guard"` from package.json and then running `npm publish`
0 commit comments