release-please
Advanced tools
Comparing version 7.0.0-candidate.0 to 7.0.0-candidate.1
@@ -10,2 +10,3 @@ import { GitHub, OctokitAPIs } from './github'; | ||
tag_name: string; | ||
upload_url: string; | ||
pr: number; | ||
@@ -12,0 +13,0 @@ } |
@@ -88,2 +88,3 @@ "use strict"; | ||
tag_name: release.tag_name, | ||
upload_url: release.upload_url, | ||
}; | ||
@@ -90,0 +91,0 @@ } |
{ | ||
"name": "release-please", | ||
"version": "7.0.0-candidate.0", | ||
"version": "7.0.0-candidate.1", | ||
"description": "generate release PRs based on the conventionalcommits.org spec", | ||
@@ -5,0 +5,0 @@ "main": "./build/src/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
274961
4958