Skip to content

Commit

Permalink
docs(readme): fix description and example for repositoryUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Aug 29, 2020
1 parent f5bac32 commit 617dc21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The plugin can be configured in the [**semantic-release** configuration file](ht
| `project` | The slug of the project. Optional. Required if not present in environment variables |
| `org` | The slug of the organization. Optional. Required if not present in environment variables |
| `url` | The URL to use to connect to sentry. Optional to set an on-premise instance |
| `repositoryUrl` | A valid url for add link to commits of new release. Optional. Ex: https://github.com/owner/repo |
| `repositoryUrl` | A valid repository name for add link to commits of new release. Optional. Ex: 'myorg / myapp' |
| `tagsUrl` | A valid url for add link to new release. Optional. Ex: https://github.com/owner/repo/releases/tag/vx.y.z |
| `environment` | Sentry environment. Optional for deploy. Default production |
| `deployName` | Deploy name. Optional for deploy |
Expand All @@ -79,7 +79,7 @@ The plugin can be configured in the [**semantic-release** configuration file](ht
[
"@eclass/semantic-release-sentry-releases",
{
"repositoryUrl": "https://github.com/owner/repo",
"repositoryUrl": "myorg / myapp",
"tagsUrl": "https://github.com/owner/repo/releases/tag/"
}
]
Expand All @@ -104,7 +104,7 @@ The plugin can be configured in the [**semantic-release** configuration file](ht
[
"@eclass/semantic-release-sentry-releases",
{
"repositoryUrl": "https://github.com/owner/repo",
"repositoryUrl": "myorg / myapp",
"tagsUrl": "https://github.com/owner/repo/releases/tag/",
"sourcemaps": "dist",
"urlPrefix": "~/dist"
Expand Down

0 comments on commit 617dc21

Please sign in to comment.