Skip to content

Commit dbfe768

Browse files
committed
wp 55
1 parent 1ebac85 commit dbfe768

File tree

19 files changed

+460
-13
lines changed

19 files changed

+460
-13
lines changed

.chglog/CHANGELOG.tpl.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{{ if .Versions -}}
2+
<a name="unreleased"></a>
3+
## [Unreleased]
4+
5+
{{ if .Unreleased.CommitGroups -}}
6+
{{ range .Unreleased.CommitGroups -}}
7+
### {{ .Title }}
8+
{{ range .Commits -}}
9+
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
10+
{{ end }}
11+
{{ end -}}
12+
{{ end -}}
13+
{{ end -}}
14+
15+
{{ range .Versions }}
16+
<a name="{{ .Tag.Name }}"></a>
17+
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
18+
{{ range .CommitGroups -}}
19+
### {{ .Title }}
20+
{{ range .Commits -}}
21+
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
22+
{{ end }}
23+
{{ end -}}
24+
25+
{{- if .NoteGroups -}}
26+
{{ range .NoteGroups -}}
27+
### {{ .Title }}
28+
{{ range .Notes }}
29+
{{ .Body }}
30+
{{ end }}
31+
{{ end -}}
32+
{{ end -}}
33+
{{ end -}}
34+
35+
{{- if .Versions }}
36+
[Unreleased]: {{ .Info.RepositoryURL }}/compare/{{ $latest := index .Versions 0 }}{{ $latest.Tag.Name }}...HEAD
37+
{{ range .Versions -}}
38+
{{ if .Tag.Previous -}}
39+
[{{ .Tag.Name }}]: {{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}
40+
{{ end -}}
41+
{{ end -}}
42+
{{ end -}}

.chglog/config.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
style: github
2+
template: CHANGELOG.tpl.md
3+
info:
4+
title: CHANGELOG
5+
repository_url: https://github.com/alecrabbit/sh-php-dev-helper
6+
options:
7+
commits:
8+
# filters:
9+
# Type:
10+
# - feat
11+
# - fix
12+
# - perf
13+
# - refactor
14+
commit_groups:
15+
# title_maps:
16+
# feat: Features
17+
# fix: Bug Fixes
18+
# perf: Performance Improvements
19+
# refactor: Code Refactoring
20+
header:
21+
pattern: "^(\\w*)\\:\\s(.*)$"
22+
pattern_maps:
23+
- Type
24+
- Subject
25+
notes:
26+
keywords:
27+
- BREAKING CHANGE

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/.docs export-ignore
22
/.demo export-ignore
33
/.github export-ignore
4+
/.chglog export-ignore
45
.gitignore export-ignore
56
.gitattributes export-ignore
67
.travis.yml export-ignore

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
.sh-pdh-allowed-dirs
55
.sh-pdh-disallowed-dirs
66
.sh-pdh-settings
7-
*.defaults
7+
*.defaults
8+
git-chglog

CHANGELOG.md

Lines changed: 275 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,275 @@
1+
<a name="unreleased"></a>
2+
## [Unreleased]
3+
4+
5+
<a name="0.4.0"></a>
6+
## [0.4.0] - 2019-06-06
7+
### Feature
8+
- dependency graph
9+
10+
11+
<a name="0.3.5"></a>
12+
## [0.3.5] - 2019-06-03
13+
14+
<a name="0.3.4"></a>
15+
## [0.3.4] - 2019-06-03
16+
17+
<a name="0.3.3"></a>
18+
## [0.3.3] - 2019-06-03
19+
20+
<a name="0.3.2"></a>
21+
## [0.3.2] - 2019-06-01
22+
23+
<a name="0.3.1"></a>
24+
## [0.3.1] - 2019-06-01
25+
26+
<a name="0.2.10"></a>
27+
## [0.2.10] - 2019-05-30
28+
29+
<a name="0.2.9"></a>
30+
## [0.2.9] - 2019-05-30
31+
32+
<a name="0.2.8"></a>
33+
## [0.2.8] - 2019-05-30
34+
35+
<a name="0.2.7"></a>
36+
## [0.2.7] - 2019-05-30
37+
38+
<a name="0.2.6"></a>
39+
## [0.2.6] - 2019-05-28
40+
41+
<a name="0.2.5"></a>
42+
## [0.2.5] - 2019-05-28
43+
44+
<a name="0.2.4"></a>
45+
## [0.2.4] - 2019-05-28
46+
47+
<a name="0.2.3"></a>
48+
## [0.2.3] - 2019-05-27
49+
50+
<a name="0.2.2"></a>
51+
## [0.2.2] - 2019-05-27
52+
53+
<a name="0.2.1"></a>
54+
## [0.2.1] - 2019-05-27
55+
56+
<a name="0.1.55"></a>
57+
## [0.1.55] - 2019-05-23
58+
59+
<a name="0.1.54"></a>
60+
## [0.1.54] - 2019-05-23
61+
62+
<a name="0.0.53"></a>
63+
## [0.0.53] - 2019-05-20
64+
65+
<a name="0.0.52"></a>
66+
## [0.0.52] - 2019-05-19
67+
68+
<a name="0.0.51"></a>
69+
## [0.0.51] - 2019-05-19
70+
71+
<a name="0.0.50"></a>
72+
## [0.0.50] - 2019-05-18
73+
74+
<a name="0.0.49"></a>
75+
## [0.0.49] - 2019-05-17
76+
77+
<a name="0.0.48"></a>
78+
## [0.0.48] - 2019-05-17
79+
80+
<a name="0.0.47"></a>
81+
## [0.0.47] - 2019-05-17
82+
83+
<a name="0.0.46"></a>
84+
## [0.0.46] - 2019-05-17
85+
86+
<a name="0.0.45"></a>
87+
## [0.0.45] - 2019-05-17
88+
89+
<a name="0.0.44"></a>
90+
## [0.0.44] - 2019-05-17
91+
92+
<a name="0.0.43"></a>
93+
## [0.0.43] - 2019-05-17
94+
95+
<a name="0.0.42"></a>
96+
## [0.0.42] - 2019-05-17
97+
98+
<a name="0.0.41"></a>
99+
## [0.0.41] - 2019-05-17
100+
101+
<a name="0.0.40"></a>
102+
## [0.0.40] - 2019-05-17
103+
104+
<a name="0.0.39"></a>
105+
## [0.0.39] - 2019-05-17
106+
107+
<a name="0.0.38"></a>
108+
## [0.0.38] - 2019-05-17
109+
110+
<a name="0.0.37"></a>
111+
## [0.0.37] - 2019-05-17
112+
113+
<a name="0.0.36"></a>
114+
## [0.0.36] - 2019-05-16
115+
116+
<a name="0.0.35"></a>
117+
## [0.0.35] - 2019-05-16
118+
119+
<a name="0.0.34"></a>
120+
## [0.0.34] - 2019-05-16
121+
122+
<a name="0.0.33"></a>
123+
## [0.0.33] - 2019-05-16
124+
125+
<a name="0.0.32"></a>
126+
## [0.0.32] - 2019-05-15
127+
128+
<a name="0.0.31"></a>
129+
## [0.0.31] - 2019-05-15
130+
131+
<a name="0.0.30"></a>
132+
## [0.0.30] - 2019-05-15
133+
134+
<a name="0.0.29"></a>
135+
## [0.0.29] - 2019-05-15
136+
137+
<a name="0.0.28"></a>
138+
## [0.0.28] - 2019-05-15
139+
140+
<a name="0.0.27"></a>
141+
## [0.0.27] - 2019-05-15
142+
143+
<a name="0.0.26"></a>
144+
## [0.0.26] - 2019-05-15
145+
146+
<a name="0.0.25"></a>
147+
## [0.0.25] - 2019-05-15
148+
149+
<a name="0.0.24"></a>
150+
## [0.0.24] - 2019-05-15
151+
152+
<a name="0.0.23"></a>
153+
## [0.0.23] - 2019-05-15
154+
155+
<a name="0.0.22"></a>
156+
## [0.0.22] - 2019-05-15
157+
158+
<a name="0.0.21"></a>
159+
## [0.0.21] - 2019-05-15
160+
161+
<a name="0.0.20"></a>
162+
## [0.0.20] - 2019-05-15
163+
164+
<a name="0.0.19"></a>
165+
## [0.0.19] - 2019-05-15
166+
167+
<a name="0.0.18"></a>
168+
## [0.0.18] - 2019-05-15
169+
170+
<a name="0.0.17"></a>
171+
## [0.0.17] - 2019-05-15
172+
173+
<a name="0.0.16"></a>
174+
## [0.0.16] - 2019-05-15
175+
176+
<a name="0.0.15"></a>
177+
## [0.0.15] - 2019-05-15
178+
179+
<a name="0.0.14"></a>
180+
## [0.0.14] - 2019-05-15
181+
182+
<a name="0.0.13"></a>
183+
## [0.0.13] - 2019-05-15
184+
185+
<a name="0.0.12"></a>
186+
## [0.0.12] - 2019-05-15
187+
188+
<a name="0.0.11"></a>
189+
## [0.0.11] - 2019-05-15
190+
191+
<a name="0.0.10"></a>
192+
## [0.0.10] - 2019-05-15
193+
194+
<a name="0.0.9"></a>
195+
## [0.0.9] - 2019-05-15
196+
197+
<a name="0.0.8"></a>
198+
## [0.0.8] - 2019-05-15
199+
200+
<a name="0.0.7"></a>
201+
## [0.0.7] - 2019-05-15
202+
203+
<a name="0.0.6"></a>
204+
## [0.0.6] - 2019-05-15
205+
206+
<a name="0.0.5"></a>
207+
## 0.0.5 - 2019-05-15
208+
209+
[Unreleased]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.4.0...HEAD
210+
[0.4.0]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.3.5...0.4.0
211+
[0.3.5]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.3.4...0.3.5
212+
[0.3.4]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.3.3...0.3.4
213+
[0.3.3]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.3.2...0.3.3
214+
[0.3.2]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.3.1...0.3.2
215+
[0.3.1]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.2.10...0.3.1
216+
[0.2.10]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.2.9...0.2.10
217+
[0.2.9]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.2.8...0.2.9
218+
[0.2.8]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.2.7...0.2.8
219+
[0.2.7]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.2.6...0.2.7
220+
[0.2.6]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.2.5...0.2.6
221+
[0.2.5]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.2.4...0.2.5
222+
[0.2.4]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.2.3...0.2.4
223+
[0.2.3]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.2.2...0.2.3
224+
[0.2.2]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.2.1...0.2.2
225+
[0.2.1]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.1.55...0.2.1
226+
[0.1.55]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.1.54...0.1.55
227+
[0.1.54]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.53...0.1.54
228+
[0.0.53]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.52...0.0.53
229+
[0.0.52]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.51...0.0.52
230+
[0.0.51]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.50...0.0.51
231+
[0.0.50]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.49...0.0.50
232+
[0.0.49]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.48...0.0.49
233+
[0.0.48]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.47...0.0.48
234+
[0.0.47]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.46...0.0.47
235+
[0.0.46]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.45...0.0.46
236+
[0.0.45]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.44...0.0.45
237+
[0.0.44]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.43...0.0.44
238+
[0.0.43]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.42...0.0.43
239+
[0.0.42]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.41...0.0.42
240+
[0.0.41]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.40...0.0.41
241+
[0.0.40]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.39...0.0.40
242+
[0.0.39]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.38...0.0.39
243+
[0.0.38]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.37...0.0.38
244+
[0.0.37]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.36...0.0.37
245+
[0.0.36]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.35...0.0.36
246+
[0.0.35]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.34...0.0.35
247+
[0.0.34]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.33...0.0.34
248+
[0.0.33]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.32...0.0.33
249+
[0.0.32]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.31...0.0.32
250+
[0.0.31]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.30...0.0.31
251+
[0.0.30]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.29...0.0.30
252+
[0.0.29]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.28...0.0.29
253+
[0.0.28]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.27...0.0.28
254+
[0.0.27]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.26...0.0.27
255+
[0.0.26]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.25...0.0.26
256+
[0.0.25]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.24...0.0.25
257+
[0.0.24]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.23...0.0.24
258+
[0.0.23]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.22...0.0.23
259+
[0.0.22]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.21...0.0.22
260+
[0.0.21]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.20...0.0.21
261+
[0.0.20]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.19...0.0.20
262+
[0.0.19]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.18...0.0.19
263+
[0.0.18]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.17...0.0.18
264+
[0.0.17]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.16...0.0.17
265+
[0.0.16]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.15...0.0.16
266+
[0.0.15]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.14...0.0.15
267+
[0.0.14]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.13...0.0.14
268+
[0.0.13]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.12...0.0.13
269+
[0.0.12]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.11...0.0.12
270+
[0.0.11]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.10...0.0.11
271+
[0.0.10]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.9...0.0.10
272+
[0.0.9]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.8...0.0.9
273+
[0.0.8]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.7...0.0.8
274+
[0.0.7]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.6...0.0.7
275+
[0.0.6]: https://github.com/alecrabbit/sh-php-dev-helper/compare/0.0.5...0.0.6

php-dev-helper/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4208300
1+
1ebac85

php-dev-helper/apps/bdi.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ bdi_export_options () {
2222
}
2323

2424
bdi_read_options () {
25+
common_set_default_options
2526
bdi_set_default_options
2627
console_debug "bdi: Reading options"
2728
while [ "${1:-}" != "" ]; do
@@ -42,6 +43,8 @@ bdi_read_options () {
4243
esac
4344
shift
4445
done
46+
common_process_options
47+
common_export_options
4548
bdi_process_options
4649
bdi_export_options
4750
unset __OPTION __VALUE

0 commit comments

Comments
 (0)