release-please
Advanced tools
Comparing version 11.22.0 to 11.23.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'; | ||
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'; | ||
declare type Releasers = Record<ReleaseType, typeof ReleasePR>; | ||
@@ -4,0 +4,0 @@ export declare function getReleasers(): Releasers; |
@@ -34,2 +34,3 @@ "use strict"; | ||
const helm_1 = require("./helm"); | ||
const elixir_1 = require("./elixir"); | ||
const releasers = { | ||
@@ -53,2 +54,3 @@ go: go_1.Go, | ||
helm: helm_1.Helm, | ||
elixir: elixir_1.Elixir, | ||
}; | ||
@@ -55,0 +57,0 @@ function getReleasers() { |
{ | ||
"name": "release-please", | ||
"version": "11.22.0", | ||
"version": "11.23.0", | ||
"description": "generate release PRs based on the conventionalcommits.org spec", | ||
@@ -5,0 +5,0 @@ "main": "./build/src/index.js", |
@@ -106,2 +106,3 @@ <img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/> | ||
| helm | A repository with a Chart.yaml and a CHANGELOG.md | | ||
| elixir | A repository with a mix.exs and a CHANGELOG.md | | ||
@@ -108,0 +109,0 @@ ## Adding additional release types |
Sorry, the diff of this file is too big to display
547513
172
10602
281