File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff 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 ` .
You can’t perform that action at this time.
0 commit comments