File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import {Helm} from './strategies/helm';
2929import { Java } from './strategies/java' ;
3030import { JavaYoshi } from './strategies/java-yoshi' ;
3131import { JavaYoshiMonoRepo } from './strategies/java-yoshi-mono-repo' ;
32+ import { Julia } from './strategies/julia' ;
3233import { KRMBlueprint } from './strategies/krm-blueprint' ;
3334import { Maven } from './strategies/maven' ;
3435import { Node } from './strategies/node' ;
@@ -92,6 +93,7 @@ const releasers: Record<string, ReleaseBuilder> = {
9293 ...options ,
9394 versioningStrategy : new ServicePackVersioningStrategy ( ) ,
9495 } ) ,
96+ julia : options => new Julia ( options ) ,
9597 'krm-blueprint' : options => new KRMBlueprint ( options ) ,
9698 node : options => new Node ( options ) ,
9799 expo : options => new Expo ( options ) ,
You can’t perform that action at this time.
0 commit comments