File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -209,27 +209,3 @@ export interface SentryCliCommitsOptions {
209209 */
210210 ignoreEmpty ?: boolean ;
211211}
212-
213- /**
214- * Release management interface
215- */
216- export interface SentryCliReleases {
217- new ( release : string , options ?: { projects : string [ ] } | string [ ] ) : Promise < string > ;
218-
219- setCommits ( release : string , options : SentryCliCommitsOptions ) : Promise < string > ;
220-
221- finalize ( release : string ) : Promise < string > ;
222-
223- proposeVersion ( ) : Promise < string > ;
224-
225- uploadSourceMaps (
226- release : string ,
227- options : SentryCliUploadSourceMapsOptions & { live ?: boolean }
228- ) : Promise < string [ ] > ;
229-
230- listDeploys ( release : string ) : Promise < string > ;
231-
232- newDeploy ( release : string , options : SentryCliNewDeployOptions ) : Promise < string > ;
233-
234- execute ( args : string [ ] , live : boolean ) : Promise < string > ;
235- }
You can’t perform that action at this time.
0 commit comments