auto-release-cli
Advanced tools
Comparing version 0.32.1 to 0.32.2
@@ -0,1 +1,17 @@ | ||
# 0.32.2 (Sun Dec 16 2018) | ||
#### 🐛 Bug Fix | ||
- unneeded long desc on chengelog cli [#81](https://github.com/intuit/auto-release/pull/81) ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
#### 📝 Documentation | ||
- doc ordering [#80](https://github.com/intuit/auto-release/pull/80) ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
#### Authors: 1 | ||
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
--- | ||
# 0.32.1 (Sun Dec 16 2018) | ||
@@ -2,0 +18,0 @@ |
@@ -271,3 +271,3 @@ "use strict"; | ||
name: 'changelog', | ||
summary: "Prepend release notes to 'CHANGELOG.md', create one if it doesn't exist, and commit the changes.", | ||
summary: "Prepend release notes to 'CHANGELOG.md'", | ||
options: __spread([ | ||
@@ -274,0 +274,0 @@ dryRun, |
{ | ||
"name": "auto-release-cli", | ||
"description": "CLI tools to help facilitate semantic versioning based on Github PR labels.", | ||
"version": "0.32.1", | ||
"version": "0.32.2", | ||
"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
247098