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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,4 +33,4 @@ Each component has its own version number. The versioning scheme we use is
33
33
34
34
1. Increase the version number of a given component by running `npm version <major|minor|patch>` inside the package directory or by using the `--workspace=<package>` flag from the root directory.
35
35
2. Create a PR.
36
-
3. When the PR is merged, the CI will automatically publish the new version to NPM.
36
+
3. When the PR is merged, the CI will automatically publish the new version to NPM using OIDC Trusted Publisher authentication (no manual tokens required).
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Run changeset version command to bump the version of the packages that have chan
88
88
npx changeset version
89
89
```
90
90
91
-
Push the changes to the remote repository. Once the changes are merged, the new versions will be deployed automatically.
91
+
Push the changes to the remote repository. Once the changes are merged, the new versions will be deployed automatically using OIDC Trusted Publisher authentication.
92
92
93
-
For more info about workinng with NPM workspaces see:
93
+
For more info about working with NPM workspaces see:
0 commit comments