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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ The plugin can be configured in the [**semantic-release** configuration file](ht
66
66
|`sourcemaps`| Directory with sourcemaps. Example `dist`. Optional for upload sourcemaps |
67
67
|`urlPrefix`| URL prefix for sourcemaps. Example `~/dist`. Optional for upload sourcemaps |
68
68
|`rewrite`| Boolean to indicate rewrite sourcemaps. Default `false`. Optional for upload sourcemaps |
69
-
|`releasePrefix`| String that is passed as prefix to the sentry release. <br/> Optional to fix the problem that releases are associated with the organization instead of the project ([Read More](https://github.com/getsentry/sentry-cli/issues/482)). <br/> Ex: `releasePrefix:"web1"` would resolve **only** the sentry release to `web1-1.0.0`. <br/>**Important Notice:** when you use this feature you also have to change the release name in your sentry client app. |
69
+
|`releasePrefix`| String that is passed as prefix to the sentry release. <br/> Optional to fix the problem that releases are associated with the organization instead of the project ([Read More](https://github.com/getsentry/sentry-cli/issues/482)). <br/> Ex: `releasePrefix:"web1"` would resolve **only** the sentry release to `web1@1.0.0`. <br/>**Important Notice:** when you use this feature you also have to change the release name in your sentry client app. |
70
70
71
71
|`pathToGitFolder`| Path to `.git` folder, relative to the current working directory. Optional. Defaults to current working directory |
0 commit comments