New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

release-please

Package Overview
Dependencies
Maintainers
2
Versions
383
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

release-please - npm Package Compare versions

Comparing version 11.22.0 to 11.23.0

build/src/releasers/elixir.d.ts

2

build/src/releasers/index.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc