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
To publish the package commit all changes and push them to main. Then run one of the following commands locally:
182
+
To build and publish the package, visit the GitHub Actions page of the repository.
183
183
184
-
```sh
185
-
npm version patch
186
-
npm version minor
187
-
npm version major
188
-
```
184
+
You can choose between two workflows:
185
+
-`Release Package` to publish a new version of the package.
186
+
-`Pre-Release Package` to publish a new pre-release version of the package.
187
+
188
+
**Note:** Pre-releases need to be supplied with a pre-id.
189
+
190
+
**Note:** To increment a pre-release, you have to run the normal release workflow and select "prerelease". For this action you need to already be on a pre-release version.
0 commit comments