auto-release-cli
Advanced tools
Comparing version 2.6.1 to 2.6.2
@@ -0,1 +1,13 @@ | ||
# v2.6.2 (Sat Jan 19 2019) | ||
#### 🐛 Bug Fix | ||
- add label description for `release` label back [#225](https://github.com/intuit/auto-release/pull/225) ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
#### Authors: 1 | ||
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
--- | ||
# v2.6.1 (Sat Jan 19 2019) | ||
@@ -2,0 +14,0 @@ |
@@ -108,2 +108,3 @@ "use strict"; | ||
exports.defaultLabelsDescriptions.set('skip-release', 'Preserve the current version when merged'); | ||
exports.defaultLabelsDescriptions.set('release', 'Create a release when this pr is merged'); | ||
exports.defaultLabelsDescriptions.set('prerelease', 'Create a pre-release version when merged'); | ||
@@ -110,0 +111,0 @@ exports.defaultLabelsDescriptions.set('internal', 'Changes only affect the internal API'); |
{ | ||
"name": "auto-release-cli", | ||
"description": "CLI tools to help facilitate semantic versioning based on GitHub PR labels", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"main": "dist/main.js", | ||
@@ -6,0 +6,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
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
363605
4683