release-please
Advanced tools
Comparing version 12.4.0 to 12.5.0
import { ReleasePR } from '../release-pr'; | ||
export declare type ReleaseType = 'go' | 'go-yoshi' | 'java-bom' | 'java-lts' | 'java-yoshi' | 'krm-blueprint' | 'node' | 'ocaml' | 'php' | 'php-yoshi' | 'python' | 'ruby' | 'ruby-yoshi' | 'rust' | 'simple' | 'terraform-module' | 'helm' | 'elixir' | 'dart'; | ||
export declare type ReleaseType = 'go' | 'go-yoshi' | 'java-backport' | 'java-bom' | 'java-lts' | 'java-yoshi' | 'krm-blueprint' | 'node' | 'ocaml' | 'php' | 'php-yoshi' | 'python' | 'ruby' | 'ruby-yoshi' | 'rust' | 'simple' | 'terraform-module' | 'helm' | 'elixir' | 'dart'; | ||
declare type Releasers = Record<ReleaseType, typeof ReleasePR>; | ||
@@ -4,0 +4,0 @@ export declare function getReleasers(): Releasers; |
@@ -35,2 +35,3 @@ "use strict"; | ||
const elixir_1 = require("./elixir"); | ||
const java_backport_1 = require("./java-backport"); | ||
const dart_1 = require("./dart"); | ||
@@ -40,2 +41,3 @@ const releasers = { | ||
'go-yoshi': go_yoshi_1.GoYoshi, | ||
'java-backport': java_backport_1.JavaBackport, | ||
'java-bom': java_bom_1.JavaBom, | ||
@@ -42,0 +44,0 @@ 'java-lts': java_lts_1.JavaLTS, |
{ | ||
"name": "release-please", | ||
"version": "12.4.0", | ||
"version": "12.5.0", | ||
"description": "generate release PRs based on the conventionalcommits.org spec", | ||
@@ -5,0 +5,0 @@ "main": "./build/src/index.js", |
Sorry, the diff of this file is too big to display
565339
180
10902