github-changes
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -138,2 +138,6 @@ #!/usr/bin/env node | ||
}) | ||
.option('timeout', { | ||
help: 'Github API timeout' | ||
, default: 10000 | ||
}) | ||
@@ -161,3 +165,3 @@ // TODO | ||
version: '3.0.0' | ||
, timeout: 10000 | ||
, timeout: opts['timeout'] | ||
, protocol: 'https' | ||
@@ -164,0 +168,0 @@ , pathPrefix: opts['path-prefix'] |
## Change Log | ||
### v1.1.1 (2017/11/08 05:06 +00:00) | ||
- [#71](https://github.com/lalitkapoor/github-changes/pull/71) Fix Markdown format (#71) (@baopham) | ||
- [#69](https://github.com/lalitkapoor/github-changes/pull/69) Paramaterise Github API timeout (#69) (@samdunne) | ||
### v1.1.0 (2017/03/16 21:18 +00:00) | ||
@@ -4,0 +8,0 @@ - [#64](https://github.com/lalitkapoor/github-changes/pull/64) Support for squash and merge (@304NotModified, @lalitkapoor) |
{ | ||
"name": "github-changes", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "generate changelog for github repos", | ||
@@ -5,0 +5,0 @@ "main": "./bin/index.js", |
@@ -46,3 +46,3 @@ github-changes [![NPM version](https://badge.fury.io/js/github-changes.png)](http://badge.fury.io/js/github-changes) | ||
###Example usage | ||
### Example usage | ||
@@ -145,2 +145,2 @@ #### Generate changelog via pull requests | ||
When a pull request is merged with "Squash and merge", there isn't a merge commit. | ||
By checking the commit message for ` (#123)` etc, we can match the correct pull request. | ||
By checking the commit message for ` (#123)` etc, we can match the correct pull request. |
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
33306
528
145
6