github_changelog_generator 1.8.1 → 1.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -9
- data/Gemfile.lock +1 -1
- data/lib/github_changelog_generator/parser.rb +3 -1
- data/lib/github_changelog_generator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30e92158567a77ca90aee9ac59ae8d348df3cb7f
|
|
4
|
+
data.tar.gz: 5755df082383176666211b089404eaa75ce8cffb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0edc44dfb115554e323e0d05deee096ebd65575d987df6ae226682328fdf0e8300b91cd857203952b7a3bd7e2d6c867885b4c890b77bb7f45eb915c6243ae9d3
|
|
7
|
+
data.tar.gz: 11cc7da2f0e4ec94849ce75a3598272faf6132acdc6300dbfc85114e65ab0227c7931c2b3779ade7e7c52eb385b5b3d5c7be43ab18f920f46b2e6b804a82913f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [
|
|
3
|
+
## [1.8.1](https://github.com/skywinder/github-changelog-generator/tree/1.8.1) (2015-08-25)
|
|
4
|
+
[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.8.0...1.8.1)
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
**Implemented enhancements:**
|
|
7
|
+
|
|
8
|
+
- Honor labels for Pull Requests [\#266](https://github.com/skywinder/github-changelog-generator/pull/266) ([raphink](https://github.com/raphink))
|
|
6
9
|
|
|
7
10
|
**Merged pull requests:**
|
|
8
11
|
|
|
@@ -15,6 +18,7 @@
|
|
|
15
18
|
**Implemented enhancements:**
|
|
16
19
|
|
|
17
20
|
- Generate change log since/due specific tag [\#254](https://github.com/skywinder/github-changelog-generator/issues/254)
|
|
21
|
+
- Add --base option [\#258](https://github.com/skywinder/github-changelog-generator/pull/258) ([raphink](https://github.com/raphink))
|
|
18
22
|
|
|
19
23
|
**Merged pull requests:**
|
|
20
24
|
|
|
@@ -22,7 +26,6 @@
|
|
|
22
26
|
- Add release\_url to rake task options [\#264](https://github.com/skywinder/github-changelog-generator/pull/264) ([raphink](https://github.com/raphink))
|
|
23
27
|
- Add a rake task [\#260](https://github.com/skywinder/github-changelog-generator/pull/260) ([raphink](https://github.com/raphink))
|
|
24
28
|
- Add release\_url option [\#259](https://github.com/skywinder/github-changelog-generator/pull/259) ([raphink](https://github.com/raphink))
|
|
25
|
-
- Add --base option [\#258](https://github.com/skywinder/github-changelog-generator/pull/258) ([raphink](https://github.com/raphink))
|
|
26
29
|
- Add --since-tag [\#257](https://github.com/skywinder/github-changelog-generator/pull/257) ([raphink](https://github.com/raphink))
|
|
27
30
|
|
|
28
31
|
## [1.7.0](https://github.com/skywinder/github-changelog-generator/tree/1.7.0) (2015-07-16)
|
|
@@ -104,6 +107,7 @@
|
|
|
104
107
|
|
|
105
108
|
- Parsing of existing Change Log file [\#212](https://github.com/skywinder/github-changelog-generator/issues/212)
|
|
106
109
|
- Warn users about 0 tags in repo. [\#208](https://github.com/skywinder/github-changelog-generator/issues/208)
|
|
110
|
+
- Cleanup [\#220](https://github.com/skywinder/github-changelog-generator/pull/220) ([tuexss](https://github.com/tuexss))
|
|
107
111
|
|
|
108
112
|
**Closed issues:**
|
|
109
113
|
|
|
@@ -113,7 +117,6 @@
|
|
|
113
117
|
|
|
114
118
|
- Implement fetcher class [\#227](https://github.com/skywinder/github-changelog-generator/pull/227) ([skywinder](https://github.com/skywinder))
|
|
115
119
|
- Add coveralls integration [\#223](https://github.com/skywinder/github-changelog-generator/pull/223) ([skywinder](https://github.com/skywinder))
|
|
116
|
-
- Cleanup [\#220](https://github.com/skywinder/github-changelog-generator/pull/220) ([tuexss](https://github.com/tuexss))
|
|
117
120
|
- Rspec & rubocop integration [\#217](https://github.com/skywinder/github-changelog-generator/pull/217) ([skywinder](https://github.com/skywinder))
|
|
118
121
|
- Implement Reader class to parse ChangeLog.md [\#216](https://github.com/skywinder/github-changelog-generator/pull/216) ([estahn](https://github.com/estahn))
|
|
119
122
|
- Relatively require github\_changelog\_generator library [\#207](https://github.com/skywinder/github-changelog-generator/pull/207) ([sneal](https://github.com/sneal))
|
|
@@ -129,7 +132,7 @@
|
|
|
129
132
|
## [1.3.10](https://github.com/skywinder/github-changelog-generator/tree/1.3.10) (2015-03-18)
|
|
130
133
|
[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.3.9...1.3.10)
|
|
131
134
|
|
|
132
|
-
**
|
|
135
|
+
**Fixed bugs:**
|
|
133
136
|
|
|
134
137
|
- Fix termination in case of empty unreleased section with `--unreleased-only` option. [\#70](https://github.com/skywinder/github-changelog-generator/pull/70) ([skywinder](https://github.com/skywinder))
|
|
135
138
|
|
|
@@ -140,7 +143,7 @@
|
|
|
140
143
|
|
|
141
144
|
- Improve method of detecting owner and repository [\#63](https://github.com/skywinder/github-changelog-generator/issues/63)
|
|
142
145
|
|
|
143
|
-
**
|
|
146
|
+
**Fixed bugs:**
|
|
144
147
|
|
|
145
148
|
- Resolved concurrency problem in case of issues \> 2048 [\#65](https://github.com/skywinder/github-changelog-generator/pull/65) ([skywinder](https://github.com/skywinder))
|
|
146
149
|
|
|
@@ -214,7 +217,7 @@
|
|
|
214
217
|
## [1.2.7](https://github.com/skywinder/github-changelog-generator/tree/1.2.7) (2015-01-26)
|
|
215
218
|
[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.2.6...1.2.7)
|
|
216
219
|
|
|
217
|
-
**
|
|
220
|
+
**Implemented enhancements:**
|
|
218
221
|
|
|
219
222
|
- Add compare link between older version and newer version [\#46](https://github.com/skywinder/github-changelog-generator/pull/46) ([sue445](https://github.com/sue445))
|
|
220
223
|
|
|
@@ -235,10 +238,10 @@
|
|
|
235
238
|
**Fixed bugs:**
|
|
236
239
|
|
|
237
240
|
- Error when trying to generate log for repo without tags [\#32](https://github.com/skywinder/github-changelog-generator/issues/32)
|
|
241
|
+
- PrettyPrint class is included using lowercase 'pp' [\#43](https://github.com/skywinder/github-changelog-generator/pull/43) ([schwing](https://github.com/schwing))
|
|
238
242
|
|
|
239
243
|
**Merged pull requests:**
|
|
240
244
|
|
|
241
|
-
- PrettyPrint class is included using lowercase 'pp' [\#43](https://github.com/skywinder/github-changelog-generator/pull/43) ([schwing](https://github.com/schwing))
|
|
242
245
|
- support enterprise github via command line options [\#42](https://github.com/skywinder/github-changelog-generator/pull/42) ([glenlovett](https://github.com/glenlovett))
|
|
243
246
|
|
|
244
247
|
## [1.2.4](https://github.com/skywinder/github-changelog-generator/tree/1.2.4) (2014-12-16)
|
|
@@ -348,6 +351,7 @@
|
|
|
348
351
|
|
|
349
352
|
- Add support for fixed issues and implemented enchanments. [\#6](https://github.com/skywinder/github-changelog-generator/issues/6)
|
|
350
353
|
- Implement option to specify output filename [\#4](https://github.com/skywinder/github-changelog-generator/issues/4)
|
|
354
|
+
- Implement support of different tags. [\#8](https://github.com/skywinder/github-changelog-generator/pull/8) ([skywinder](https://github.com/skywinder))
|
|
351
355
|
|
|
352
356
|
**Fixed bugs:**
|
|
353
357
|
|
|
@@ -355,7 +359,6 @@
|
|
|
355
359
|
|
|
356
360
|
**Merged pull requests:**
|
|
357
361
|
|
|
358
|
-
- Implement support of different tags. [\#8](https://github.com/skywinder/github-changelog-generator/pull/8) ([skywinder](https://github.com/skywinder))
|
|
359
362
|
- Add support for issues in CHANGELOG [\#7](https://github.com/skywinder/github-changelog-generator/pull/7) ([skywinder](https://github.com/skywinder))
|
|
360
363
|
|
|
361
364
|
## [0.1.0](https://github.com/skywinder/github-changelog-generator/tree/0.1.0) (2014-11-07)
|
data/Gemfile.lock
CHANGED
|
@@ -24,7 +24,9 @@ module GitHubChangelogGenerator
|
|
|
24
24
|
|
|
25
25
|
if options[:verbose]
|
|
26
26
|
Helper.log.info "Performing task with options:"
|
|
27
|
-
|
|
27
|
+
options_to_display = options
|
|
28
|
+
options_to_display[:token] = options_to_display[:token].nil? ? nil : "hidden value"
|
|
29
|
+
pp options_to_display
|
|
28
30
|
puts ""
|
|
29
31
|
end
|
|
30
32
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: github_changelog_generator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.
|
|
4
|
+
version: 1.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Petr Korolev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-08-
|
|
11
|
+
date: 2015-08-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: github_api
|