Skip to content

Commit d46fbd3

Browse files
committed
Remove didDeployMessage config option
1 parent 33c72a6 commit d46fbd3

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -125,26 +125,6 @@ The root directory that all files matching the `filePattern` will be uploaded fr
125125

126126
*Default:* `context.distDir`
127127

128-
### didDeployMessage
129-
130-
A message that will be displayed after the distDir has been copied to destDir.
131-
132-
*Default:*
133-
134-
```javascript
135-
didDeployMessage: function(context){
136-
return "Uploaded sourcemaps to sentry release: "
137-
+ this.readConfig('sentryUrl')
138-
+ '/'
139-
+ this.readConfig('sentryOrganizationSlug')
140-
+ '/'
141-
+ this.readConfig('sentryProjectSlug')
142-
+ '/releases/'
143-
+ this.readConfig('revisionKey')
144-
+ '/';
145-
}
146-
```
147-
148128
### filePattern
149129

150130
`minimatch` expression that is used to determine which files should be uploaded from the `distDir`.

0 commit comments

Comments
 (0)