auto-release-cli
Advanced tools
Comparing version 0.33.3 to 0.33.4
@@ -0,1 +1,13 @@ | ||
# 0.33.4 (Mon Dec 17 2018) | ||
#### 🐛 Bug Fix | ||
- Change slack flag to boolean [#96](https://github.com/intuit/auto-release/pull/96) ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
#### Authors: 1 | ||
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
--- | ||
# 0.33.3 (Sun Dec 16 2018) | ||
@@ -2,0 +14,0 @@ |
@@ -322,3 +322,3 @@ "use strict"; | ||
alias: 's', | ||
type: String, | ||
type: Boolean, | ||
group: 'main', | ||
@@ -325,0 +325,0 @@ description: 'Post a message to slack about the release. Make sure the SLACK_TOKEN environment variable is set.' |
{ | ||
"name": "auto-release-cli", | ||
"description": "CLI tools to help facilitate semantic versioning based on Github PR labels.", | ||
"version": "0.33.3", | ||
"version": "0.33.4", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Andrew Lisowski", |
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
253102