github_changelog_generator 1.3.3 → 1.3.4
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 +2 -84
- data/lib/github_changelog_generator.rb +4 -5
- data/lib/github_changelog_generator/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 106f098e39f0d85b3883d100fb137b551b4de80d
|
|
4
|
+
data.tar.gz: 8f814c78ce1d417382cd05c68f8c010711543761
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fba2170bb94421414e922012774a19b4323da6eb0afe36189dd004836cf18f175f04ffeb733288ad616a3e3c976a23a119745001c7647c27d4690f78cf0477c7
|
|
7
|
+
data.tar.gz: fddffe99525aba01e1fd10adec5751aa1c05bb88967635be295e49ec001b5596111f8b68c943bec0af926ab89b561b59f2d9f6cdf527fbfbf4cd24fe74a188bb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [
|
|
3
|
+
## [1.3.3](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.3) (2015-03-03)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.2...
|
|
6
|
-
|
|
7
|
-
**Closed issues:**
|
|
8
|
-
|
|
9
|
-
- Add \# character to wrapping list. [\#58](https://github.com/skywinder/Github-Changelog-Generator/issues/58)
|
|
5
|
+
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.2...1.3.3)
|
|
10
6
|
|
|
11
7
|
## [1.3.2](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.2) (2015-03-03)
|
|
12
8
|
|
|
13
9
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.1...1.3.2)
|
|
14
10
|
|
|
15
|
-
**Fixed bugs:**
|
|
16
|
-
|
|
17
|
-
- generation failed if github commit api return `404 Not Found` [\#57](https://github.com/skywinder/Github-Changelog-Generator/issues/57)
|
|
18
|
-
|
|
19
11
|
## [1.3.1](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.1) (2015-02-27)
|
|
20
12
|
|
|
21
13
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.0...1.3.1)
|
|
@@ -24,20 +16,6 @@
|
|
|
24
16
|
|
|
25
17
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.8...1.3.0)
|
|
26
18
|
|
|
27
|
-
**Implemented enhancements:**
|
|
28
|
-
|
|
29
|
-
- Do not show `Unreleased` section, when it's empty. [\#55](https://github.com/skywinder/Github-Changelog-Generator/issues/55)
|
|
30
|
-
|
|
31
|
-
- Separate list exclude and include labels [\#52](https://github.com/skywinder/Github-Changelog-Generator/issues/52)
|
|
32
|
-
|
|
33
|
-
- Unreleased issues in separate section [\#47](https://github.com/skywinder/Github-Changelog-Generator/issues/47)
|
|
34
|
-
|
|
35
|
-
- Separate by lists: Enhancements, Bugs, Pull requests. [\#31](https://github.com/skywinder/Github-Changelog-Generator/issues/31)
|
|
36
|
-
|
|
37
|
-
**Fixed bugs:**
|
|
38
|
-
|
|
39
|
-
- Test pull request with invalid label \(\#26\) in changelog appeared. [\#44](https://github.com/skywinder/Github-Changelog-Generator/issues/44)
|
|
40
|
-
|
|
41
19
|
**Merged pull requests:**
|
|
42
20
|
|
|
43
21
|
- Implement filtering of Pull Requests by milestones [\#50](https://github.com/skywinder/Github-Changelog-Generator/pull/50) ([skywinder](https://github.com/skywinder))
|
|
@@ -46,10 +24,6 @@
|
|
|
46
24
|
|
|
47
25
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.7...1.2.8)
|
|
48
26
|
|
|
49
|
-
**Closed issues:**
|
|
50
|
-
|
|
51
|
-
- Bugs, that closed simultaneously with push not appeared in correct version. [\#37](https://github.com/skywinder/Github-Changelog-Generator/issues/37)
|
|
52
|
-
|
|
53
27
|
**Merged pull requests:**
|
|
54
28
|
|
|
55
29
|
- Feature/fix 37 [\#49](https://github.com/skywinder/Github-Changelog-Generator/pull/49) ([skywinder](https://github.com/skywinder))
|
|
@@ -76,14 +50,6 @@
|
|
|
76
50
|
|
|
77
51
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.4...1.2.5)
|
|
78
52
|
|
|
79
|
-
**Implemented enhancements:**
|
|
80
|
-
|
|
81
|
-
- Use milestone to specify in which version bug was fixed [\#22](https://github.com/skywinder/Github-Changelog-Generator/issues/22)
|
|
82
|
-
|
|
83
|
-
**Fixed bugs:**
|
|
84
|
-
|
|
85
|
-
- Error when trying to generate log for repo without tags [\#32](https://github.com/skywinder/Github-Changelog-Generator/issues/32)
|
|
86
|
-
|
|
87
53
|
**Merged pull requests:**
|
|
88
54
|
|
|
89
55
|
- PrettyPrint class is included using lowercase 'pp' [\#43](https://github.com/skywinder/Github-Changelog-Generator/pull/43) ([schwing](https://github.com/schwing))
|
|
@@ -94,12 +60,6 @@
|
|
|
94
60
|
|
|
95
61
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.3...1.2.4)
|
|
96
62
|
|
|
97
|
-
**Fixed bugs:**
|
|
98
|
-
|
|
99
|
-
- Sometimes user is NULL during merges [\#41](https://github.com/skywinder/Github-Changelog-Generator/issues/41)
|
|
100
|
-
|
|
101
|
-
- Crash when try generate log for rails [\#35](https://github.com/skywinder/Github-Changelog-Generator/issues/35)
|
|
102
|
-
|
|
103
63
|
**Merged pull requests:**
|
|
104
64
|
|
|
105
65
|
- Implement async fetching [\#39](https://github.com/skywinder/Github-Changelog-Generator/pull/39) ([skywinder](https://github.com/skywinder))
|
|
@@ -108,16 +68,6 @@
|
|
|
108
68
|
|
|
109
69
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.2...1.2.3)
|
|
110
70
|
|
|
111
|
-
**Implemented enhancements:**
|
|
112
|
-
|
|
113
|
-
- Add ability to run with one parameter instead -u -p [\#38](https://github.com/skywinder/Github-Changelog-Generator/issues/38)
|
|
114
|
-
|
|
115
|
-
- Detailed output [\#33](https://github.com/skywinder/Github-Changelog-Generator/issues/33)
|
|
116
|
-
|
|
117
|
-
**Fixed bugs:**
|
|
118
|
-
|
|
119
|
-
- Docs lacking or basic behavior not as advertised [\#30](https://github.com/skywinder/Github-Changelog-Generator/issues/30)
|
|
120
|
-
|
|
121
71
|
**Merged pull requests:**
|
|
122
72
|
|
|
123
73
|
- Fix crash when user is NULL [\#40](https://github.com/skywinder/Github-Changelog-Generator/pull/40) ([skywinder](https://github.com/skywinder))
|
|
@@ -126,10 +76,6 @@
|
|
|
126
76
|
|
|
127
77
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.1...1.2.2)
|
|
128
78
|
|
|
129
|
-
**Fixed bugs:**
|
|
130
|
-
|
|
131
|
-
- Encapsulate \[ \> \* \_ \ \] signs in issues names [\#34](https://github.com/skywinder/Github-Changelog-Generator/issues/34)
|
|
132
|
-
|
|
133
79
|
**Merged pull requests:**
|
|
134
80
|
|
|
135
81
|
- Add a Bitdeli Badge to README [\#36](https://github.com/skywinder/Github-Changelog-Generator/pull/36) ([bitdeli-chef](https://github.com/bitdeli-chef))
|
|
@@ -138,10 +84,6 @@
|
|
|
138
84
|
|
|
139
85
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.0...1.2.1)
|
|
140
86
|
|
|
141
|
-
**Fixed bugs:**
|
|
142
|
-
|
|
143
|
-
- Script fills changelog only for first 30 tags. [\#20](https://github.com/skywinder/Github-Changelog-Generator/issues/20)
|
|
144
|
-
|
|
145
87
|
**Merged pull requests:**
|
|
146
88
|
|
|
147
89
|
- Issues for last tag not in list [\#29](https://github.com/skywinder/Github-Changelog-Generator/pull/29) ([skywinder](https://github.com/skywinder))
|
|
@@ -164,10 +106,6 @@
|
|
|
164
106
|
|
|
165
107
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.1.2...1.1.4)
|
|
166
108
|
|
|
167
|
-
**Implemented enhancements:**
|
|
168
|
-
|
|
169
|
-
- Implement ability to retrieve GitHub token from ENV variable \(to not put it to script directly\) [\#19](https://github.com/skywinder/Github-Changelog-Generator/issues/19)
|
|
170
|
-
|
|
171
109
|
**Merged pull requests:**
|
|
172
110
|
|
|
173
111
|
- Sort tags by date [\#23](https://github.com/skywinder/Github-Changelog-Generator/pull/23) ([skywinder](https://github.com/skywinder))
|
|
@@ -198,16 +136,6 @@
|
|
|
198
136
|
|
|
199
137
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.0.1...1.1.0)
|
|
200
138
|
|
|
201
|
-
**Implemented enhancements:**
|
|
202
|
-
|
|
203
|
-
- Detect username and project form origin [\#11](https://github.com/skywinder/Github-Changelog-Generator/issues/11)
|
|
204
|
-
|
|
205
|
-
**Fixed bugs:**
|
|
206
|
-
|
|
207
|
-
- Bug with wrong credentials in 1.0.1 [\#12](https://github.com/skywinder/Github-Changelog-Generator/issues/12)
|
|
208
|
-
|
|
209
|
-
- Markdown formating in the last line wrong [\#9](https://github.com/skywinder/Github-Changelog-Generator/issues/9)
|
|
210
|
-
|
|
211
139
|
## [1.0.1](https://github.com/skywinder/Github-Changelog-Generator/tree/1.0.1) (2014-11-10)
|
|
212
140
|
|
|
213
141
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.0.0...1.0.1)
|
|
@@ -220,16 +148,6 @@
|
|
|
220
148
|
|
|
221
149
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/0.1.0...1.0.0)
|
|
222
150
|
|
|
223
|
-
**Implemented enhancements:**
|
|
224
|
-
|
|
225
|
-
- Add support for fixed issues and implemented enchanments. [\#6](https://github.com/skywinder/Github-Changelog-Generator/issues/6)
|
|
226
|
-
|
|
227
|
-
- Implement option to specify output filename [\#4](https://github.com/skywinder/Github-Changelog-Generator/issues/4)
|
|
228
|
-
|
|
229
|
-
**Fixed bugs:**
|
|
230
|
-
|
|
231
|
-
- Last tag not appeared in changelog [\#5](https://github.com/skywinder/Github-Changelog-Generator/issues/5)
|
|
232
|
-
|
|
233
151
|
**Merged pull requests:**
|
|
234
152
|
|
|
235
153
|
- Add support for issues in CHANGELOG [\#7](https://github.com/skywinder/Github-Changelog-Generator/pull/7) ([skywinder](https://github.com/skywinder))
|
|
@@ -499,12 +499,11 @@ module GitHubChangelogGenerator
|
|
|
499
499
|
log += generate_log_from_array(enhancement_a, @options[:enhancement_prefix])
|
|
500
500
|
log += generate_log_from_array(bugs_a, @options[:bug_prefix])
|
|
501
501
|
log += generate_log_from_array(issues_a, @options[:issue_prefix])
|
|
502
|
+
end
|
|
502
503
|
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
end
|
|
507
|
-
|
|
504
|
+
if @options[:pulls]
|
|
505
|
+
# Generate pull requests:
|
|
506
|
+
log += generate_log_from_array(pull_requests, @options[:merge_prefix])
|
|
508
507
|
end
|
|
509
508
|
|
|
510
509
|
log
|