Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.15.0 to 2.16.0

3

build/src/releasers/java-yoshi.js

@@ -108,2 +108,3 @@ "use strict";

const versionsManifestContent = await this.gh.getFileContents('versions.txt');
console.info('version.txt content', versionsManifestContent.parsedContent);
const currentVersions = versions_manifest_1.VersionsManifest.parseVersions(versionsManifestContent.parsedContent);

@@ -132,2 +133,3 @@ this.snapshot = versions_manifest_1.VersionsManifest.needsSnapshot(versionsManifestContent.parsedContent);

const candidate = await this.coerceReleaseCandidate(cc, latestTag);
console.info('current package versions:', currentVersions);
const candidateVersions = await this.coerceVersions(cc, currentVersions);

@@ -139,2 +141,3 @@ let changelogEntry = await cc.generateChangelogEntry({

});
console.info('candidate package versions:', candidateVersions);
// snapshot entries are special:

@@ -141,0 +144,0 @@ // 1. they don't update the README or CHANGELOG.

@@ -7,2 +7,9 @@ # Changelog

## [2.16.0](https://www.github.com/googleapis/release-please/compare/v2.15.0...v2.16.0) (2019-11-07)
### Features
* **logging:** add logging to track Java snapshot bug ([#307](https://www.github.com/googleapis/release-please/issues/307)) ([a072311](https://www.github.com/googleapis/release-please/commit/a072311c0d7913d6ec4bdbda6d40e423c5fa2a69))
## [2.15.0](https://www.github.com/googleapis/release-please/compare/v2.14.0...v2.15.0) (2019-11-04)

@@ -9,0 +16,0 @@

2

package.json
{
"name": "release-please",
"version": "2.15.0",
"version": "2.16.0",
"description": "generate release PRs based on the conventionalcommits.org spec",

@@ -5,0 +5,0 @@ "main": "./build/src/index.js",

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