Skip to content

Commit

Permalink
fix!: remove deprecated JavaAuthYoshi releaser (#736)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
chingor13 and bcoe committed Feb 3, 2021
1 parent 713bfc5 commit fc86755
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 159 deletions.
2 changes: 0 additions & 2 deletions src/releasers/index.ts
Expand Up @@ -15,7 +15,6 @@
import {ReleasePR} from '../release-pr';

import {GoYoshi} from './go-yoshi';
import {JavaAuthYoshi} from './java-auth-yoshi';
import {JavaBom} from './java-bom';
import {JavaYoshi} from './java-yoshi';
import {Node} from './node';
Expand All @@ -33,7 +32,6 @@ export function getReleasers(): {[key: string]: typeof ReleasePR} {
const releasers = {
go: GoYoshi, // TODO(codyoss): refactor this into a more generic go strategy.
'go-yoshi': GoYoshi,
'java-auth-yoshi': JavaAuthYoshi,
'java-bom': JavaBom,
'java-yoshi': JavaYoshi,
node: Node,
Expand Down
157 changes: 0 additions & 157 deletions src/releasers/java-auth-yoshi.ts

This file was deleted.

0 comments on commit fc86755

Please sign in to comment.