automate-release 2.0.9 → 2.0.12

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.
Files changed (2) hide show
  1. package/package.json +9 -10
  2. package/CHANGELOG.md +0 -533
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "automate-release",
3
3
  "description": "No more manual work in your software releases.",
4
4
  "homepage": "https://nicedoc.io/kikobeats/automate-release",
5
- "version": "2.0.9",
5
+ "version": "2.0.12",
6
6
  "main": "index.js",
7
7
  "bin": {
8
8
  "automate-release": "bin/index.js"
@@ -47,13 +47,13 @@
47
47
  "@commitlint/cli": "latest",
48
48
  "@commitlint/config-conventional": "latest",
49
49
  "ava": "latest",
50
+ "c8": "latest",
50
51
  "ci-publish": "latest",
51
52
  "conventional-github-releaser": "latest",
52
53
  "finepack": "latest",
53
54
  "git-authors-cli": "latest",
54
- "lint-staged": "latest",
55
+ "nano-staged": "latest",
55
56
  "npm-check-updates": "latest",
56
- "nyc": "latest",
57
57
  "prettier-standard": "latest",
58
58
  "simple-git-hooks": "latest",
59
59
  "standard": "latest",
@@ -61,7 +61,6 @@
61
61
  "standard-version": "latest"
62
62
  },
63
63
  "files": [
64
- ".travis.yml",
65
64
  "README.md",
66
65
  "bin"
67
66
  ],
@@ -74,7 +73,7 @@
74
73
  "release": "standard-version -a",
75
74
  "release:github": "conventional-github-releaser -p angular",
76
75
  "release:tags": "git push --follow-tags origin HEAD:master",
77
- "test": "nyc ava",
76
+ "test": "c8 ava",
78
77
  "update": "ncu -u",
79
78
  "update:check": "ncu -- --error-level 2"
80
79
  },
@@ -84,19 +83,19 @@
84
83
  "@commitlint/config-conventional"
85
84
  ]
86
85
  },
87
- "lint-staged": {
88
- "package.json": [
89
- "finepack"
90
- ],
86
+ "nano-staged": {
91
87
  "*.js,!*.min.js,": [
92
88
  "prettier-standard"
93
89
  ],
94
90
  "*.md": [
95
91
  "standard-markdown"
92
+ ],
93
+ "package.json": [
94
+ "finepack"
96
95
  ]
97
96
  },
98
97
  "simple-git-hooks": {
99
98
  "commit-msg": "npx commitlint --edit",
100
- "pre-commit": "npx lint-staged"
99
+ "pre-commit": "npx nano-staged"
101
100
  }
102
101
  }
package/CHANGELOG.md DELETED
@@ -1,533 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ### 2.0.9 (2021-10-13)
6
-
7
- ### 2.0.8 (2021-10-13)
8
-
9
- ### 2.0.7 (2021-10-09)
10
-
11
- ### 2.0.6 (2021-07-29)
12
-
13
- ### 2.0.5 (2021-07-14)
14
-
15
- ### 2.0.4 (2021-07-14)
16
-
17
- ### 2.0.3 (2021-07-06)
18
-
19
-
20
- ### Bug Fixes
21
-
22
- * relative path ([40e6fe4](https://github.com/kikobeats/automate-release/commit/40e6fe460d25a783d1718283008b938d696bb72d))
23
-
24
- ### 2.0.2 (2021-07-05)
25
-
26
- ### 2.0.1 (2021-07-04)
27
-
28
- ## [2.0.0](https://github.com/kikobeats/automate-release/compare/v1.0.10...v2.0.0) (2021-07-04)
29
-
30
-
31
- ### Features
32
-
33
- * use GitHub Actions ([190f3a2](https://github.com/kikobeats/automate-release/commit/190f3a2388b1ebefbfb4cf407f82f1b4c7b4b0f6))
34
-
35
- ## 1.1.0 (2021-07-04)
36
-
37
-
38
- ### Features
39
-
40
- * use GitHub Actions ([190f3a2](https://github.com/kikobeats/automate-release/commit/190f3a2388b1ebefbfb4cf407f82f1b4c7b4b0f6))
41
-
42
- ### [1.0.10](https://github.com/kikobeats/automate-release/compare/v1.0.9...v1.0.10) (2021-05-02)
43
-
44
- ### [1.0.9](https://github.com/kikobeats/automate-release/compare/v1.0.8...v1.0.9) (2021-03-23)
45
-
46
- ### [1.0.8](https://github.com/Kikobeats/automate-release/compare/v1.0.7...v1.0.8) (2021-03-18)
47
-
48
- ### [1.0.7](https://github.com/Kikobeats/automate-release/compare/v1.0.6...v1.0.7) (2021-03-18)
49
-
50
- ### [1.0.6](https://github.com/Kikobeats/automate-release/compare/v1.0.5...v1.0.6) (2021-02-08)
51
-
52
-
53
- ### Bug Fixes
54
-
55
- * add ci-publish fallback for local releases ([143de3f](https://github.com/Kikobeats/automate-release/commit/143de3fabd3a6c0f12123be7a82eb892f33c4b78))
56
-
57
- ### [1.0.5](https://github.com/Kikobeats/automate-release/compare/v1.0.4...v1.0.5) (2021-01-20)
58
-
59
- ### [1.0.4](https://github.com/Kikobeats/automate-release/compare/v1.0.3...v1.0.4) (2020-12-25)
60
-
61
- ### [1.0.3](https://github.com/Kikobeats/automate-release/compare/v1.0.2...v1.0.3) (2020-09-30)
62
-
63
- ### [1.0.2](https://github.com/Kikobeats/automate-release/compare/v1.0.1...v1.0.2) (2020-08-11)
64
-
65
- ### [1.0.1](https://github.com/Kikobeats/automate-release/compare/v1.0.0...v1.0.1) (2020-08-11)
66
-
67
- ## [1.0.0](https://github.com/Kikobeats/automate-release/compare/v0.8.54...v1.0.0) (2020-07-03)
68
-
69
- ### [0.8.54](https://github.com/Kikobeats/automate-release/compare/v0.8.53...v0.8.54) (2020-07-02)
70
-
71
- ### [0.8.53](https://github.com/Kikobeats/automate-release/compare/v0.8.52...v0.8.53) (2020-07-02)
72
-
73
-
74
- ### Bug Fixes
75
-
76
- * use a color with better contrast ([607176c](https://github.com/Kikobeats/automate-release/commit/607176c553b24f2f7701d61f45722a8c4716f1cb)), closes [#28](https://github.com/Kikobeats/automate-release/issues/28)
77
-
78
- ### [0.8.52](https://github.com/Kikobeats/automate-release/compare/v0.8.51...v0.8.52) (2020-07-02)
79
-
80
-
81
- ### Bug Fixes
82
-
83
- * use png instead of svg for headline ([f43d76a](https://github.com/Kikobeats/automate-release/commit/f43d76a1abf08b3906d2a32d02d4c0ebc630e07c)), closes [#27](https://github.com/Kikobeats/automate-release/issues/27)
84
-
85
- ### [0.8.51](https://github.com/Kikobeats/automate-release/compare/v0.8.50...v0.8.51) (2020-07-02)
86
-
87
-
88
- ### Bug Fixes
89
-
90
- * include travis file ([121f74c](https://github.com/Kikobeats/automate-release/commit/121f74cf7d9dbfd7989ced226f5bffaab5085f28))
91
-
92
- ### [0.8.50](https://github.com/Kikobeats/automate-release/compare/v0.8.49...v0.8.50) (2020-07-01)
93
-
94
- ### [0.8.49](https://github.com/Kikobeats/automate-release/compare/v0.8.48...v0.8.49) (2020-07-01)
95
-
96
- ### [0.8.48](https://github.com/Kikobeats/automate-release/compare/v0.8.47...v0.8.48) (2020-07-01)
97
-
98
- ### [0.8.47](https://github.com/Kikobeats/automate-release/compare/v0.8.46...v0.8.47) (2020-07-01)
99
-
100
- ### [0.8.46](https://github.com/Kikobeats/automate-release/compare/v0.8.45...v0.8.46) (2020-07-01)
101
-
102
- ### [0.8.45](https://github.com/Kikobeats/automate-release/compare/v0.8.44...v0.8.45) (2020-07-01)
103
-
104
- ### [0.8.44](https://github.com/Kikobeats/automate-release/compare/v0.8.43...v0.8.44) (2020-07-01)
105
-
106
-
107
- ### Features
108
-
109
- * add release-please ([d63c6aa](https://github.com/Kikobeats/automate-release/commit/d63c6aafacf0c0b52aebefd9b9ae24b96a4396a8))
110
-
111
-
112
- ### Bug Fixes
113
-
114
- * identation ([497f2a8](https://github.com/Kikobeats/automate-release/commit/497f2a8a8f0e1d58ecaf5f5cc884db0dc4246bcb))
115
-
116
- ### [0.8.43](https://github.com/Kikobeats/automate-release/compare/v0.8.41...v0.8.43) (2020-07-01)
117
-
118
-
119
- ### Bug Fixes
120
-
121
- * add missing dependency ([16d4e6b](https://github.com/Kikobeats/automate-release/commit/16d4e6b07cd2fe7572a36afa6d1b6a801ab91997))
122
-
123
- ### [0.8.42](https://github.com/Kikobeats/automate-release/compare/v0.8.41...v0.8.42) (2020-06-30)
124
-
125
-
126
- ### Bug Fixes
127
-
128
- * add missing dependency ([16d4e6b](https://github.com/Kikobeats/automate-release/commit/16d4e6b07cd2fe7572a36afa6d1b6a801ab91997))
129
-
130
- ### [0.8.41](https://github.com/Kikobeats/automate-release/compare/v0.8.40...v0.8.41) (2020-06-10)
131
-
132
- ### [0.8.40](https://github.com/Kikobeats/automate-release/compare/v0.8.39...v0.8.40) (2020-04-03)
133
-
134
- ### [0.8.39](https://github.com/Kikobeats/automate-release/compare/v0.8.38...v0.8.39) (2020-03-20)
135
-
136
- ### [0.8.38](https://github.com/Kikobeats/automate-release/compare/v0.8.37...v0.8.38) (2020-03-05)
137
-
138
- ### [0.8.37](https://github.com/Kikobeats/automate-release/compare/v0.8.36...v0.8.37) (2020-02-17)
139
-
140
- ### [0.8.36](https://github.com/Kikobeats/automate-release/compare/v0.8.35...v0.8.36) (2020-01-29)
141
-
142
- ### [0.8.35](https://github.com/Kikobeats/automate-release/compare/v0.8.34...v0.8.35) (2020-01-28)
143
-
144
- ### [0.8.34](https://github.com/Kikobeats/automate-release/compare/v0.8.33...v0.8.34) (2020-01-28)
145
-
146
- ### [0.8.33](https://github.com/Kikobeats/automate-release/compare/v0.8.32...v0.8.33) (2020-01-24)
147
-
148
- ### [0.8.32](https://github.com/Kikobeats/automate-release/compare/v0.8.31...v0.8.32) (2020-01-22)
149
-
150
- ### [0.8.31](https://github.com/Kikobeats/automate-release/compare/v0.8.30...v0.8.31) (2020-01-22)
151
-
152
- ### [0.8.30](https://github.com/Kikobeats/automate-release/compare/v0.8.29...v0.8.30) (2020-01-20)
153
-
154
- ### [0.8.29](https://github.com/Kikobeats/automate-release/compare/v0.8.28...v0.8.29) (2019-10-31)
155
-
156
-
157
- ### Bug Fixes
158
-
159
- * indent ([8e3a872](https://github.com/Kikobeats/automate-release/commit/8e3a8725da104ed4a05f978a7fbbe11822ce8281))
160
-
161
- ### [0.8.28](https://github.com/Kikobeats/automate-release/compare/v0.8.27...v0.8.28) (2019-10-12)
162
-
163
- ### [0.8.27](https://github.com/Kikobeats/automate-release/compare/v0.8.26...v0.8.27) (2019-08-19)
164
-
165
- ### [0.8.26](https://github.com/Kikobeats/automate-release/compare/v0.8.25...v0.8.26) (2019-08-19)
166
-
167
- ### [0.8.25](https://github.com/Kikobeats/automate-release/compare/v0.8.24...v0.8.25) (2019-08-13)
168
-
169
-
170
- ### Bug Fixes
171
-
172
- * linters ([9bf205a](https://github.com/Kikobeats/automate-release/commit/9bf205a))
173
-
174
- ### [0.8.24](https://github.com/Kikobeats/automate-release/compare/v0.8.23...v0.8.24) (2019-08-10)
175
-
176
- ### [0.8.23](https://github.com/Kikobeats/automate-release/compare/v0.8.22...v0.8.23) (2019-07-02)
177
-
178
-
179
- ### Bug Fixes
180
-
181
- * add missing dependnecy ([97527be](https://github.com/Kikobeats/automate-release/commit/97527be))
182
-
183
-
184
-
185
- ### [0.8.22](https://github.com/Kikobeats/automate-release/compare/v0.8.21...v0.8.22) (2019-06-21)
186
-
187
-
188
- ### Build System
189
-
190
- * adjust preversion ([56a8b71](https://github.com/Kikobeats/automate-release/commit/56a8b71))
191
- * update ncu flag ([5ec69cb](https://github.com/Kikobeats/automate-release/commit/5ec69cb))
192
-
193
-
194
-
195
- ### [0.8.21](https://github.com/Kikobeats/automate-release/compare/v0.8.20...v0.8.21) (2019-06-19)
196
-
197
-
198
- ### Bug Fixes
199
-
200
- * typo ([4485e5c](https://github.com/Kikobeats/automate-release/commit/4485e5c))
201
-
202
-
203
-
204
- ### [0.8.20](https://github.com/Kikobeats/automate-release/compare/v0.8.19...v0.8.20) (2019-06-19)
205
-
206
-
207
- ### Build System
208
-
209
- * setup default git settings ([6dcea6a](https://github.com/Kikobeats/automate-release/commit/6dcea6a))
210
-
211
-
212
-
213
- ### [0.8.19](https://github.com/Kikobeats/automate-release/compare/v0.8.18...v0.8.19) (2019-05-20)
214
-
215
-
216
- ### Build System
217
-
218
- * remove unnecessary keys ([29e7da5](https://github.com/Kikobeats/automate-release/commit/29e7da5))
219
-
220
-
221
-
222
- ### [0.8.18](https://github.com/Kikobeats/automate-release/compare/v0.8.17...v0.8.18) (2019-05-20)
223
-
224
-
225
-
226
- ### [0.8.17](https://github.com/Kikobeats/automate-release/compare/v0.8.16...v0.8.17) (2019-05-20)
227
-
228
-
229
- ### Build System
230
-
231
- * change git-authors-cli position ([0a23528](https://github.com/Kikobeats/automate-release/commit/0a23528))
232
- * update dependencies ([f7436eb](https://github.com/Kikobeats/automate-release/commit/f7436eb))
233
-
234
-
235
-
236
- ### [0.8.16](https://github.com/Kikobeats/automate-release/compare/v0.8.15...v0.8.16) (2019-05-20)
237
-
238
-
239
- ### Build System
240
-
241
- * tweaks ([620944a](https://github.com/Kikobeats/automate-release/commit/620944a))
242
-
243
-
244
-
245
- ## [0.8.15](https://github.com/Kikobeats/automate-release/compare/v0.8.14...v0.8.15) (2019-04-18)
246
-
247
-
248
-
249
- <a name="0.8.14"></a>
250
- ## [0.8.14](https://github.com/Kikobeats/automate-release/compare/v0.8.13...v0.8.14) (2019-04-03)
251
-
252
-
253
- ### Bug Fixes
254
-
255
- * rename sh into bash ([1a7ca31](https://github.com/Kikobeats/automate-release/commit/1a7ca31))
256
-
257
-
258
-
259
- <a name="0.8.13"></a>
260
- ## [0.8.13](https://github.com/Kikobeats/automate-release/compare/v0.8.10...v0.8.13) (2019-01-25)
261
-
262
-
263
- ### Bug Fixes
264
-
265
- * add continous release section ([797ecd1](https://github.com/Kikobeats/automate-release/commit/797ecd1)), closes [#2](https://github.com/Kikobeats/automate-release/issues/2)
266
- * add coverage script under test ([134a488](https://github.com/Kikobeats/automate-release/commit/134a488))
267
- * add github release info ([9933aa8](https://github.com/Kikobeats/automate-release/commit/9933aa8))
268
- * define test matrix ([41ed5c0](https://github.com/Kikobeats/automate-release/commit/41ed5c0))
269
- * ensure checkout branch ([b2cc9a2](https://github.com/Kikobeats/automate-release/commit/b2cc9a2)), closes [#issuecomment-403235131](https://github.com/Kikobeats/automate-release/issues/issuecomment-403235131)
270
-
271
-
272
-
273
- <a name="0.8.12"></a>
274
- ## [0.8.12](https://github.com/Kikobeats/automate-release/compare/v0.8.10...v0.8.12) (2018-11-27)
275
-
276
-
277
- ### Bug Fixes
278
-
279
- * add continous release section ([797ecd1](https://github.com/Kikobeats/automate-release/commit/797ecd1)), closes [#2](https://github.com/Kikobeats/automate-release/issues/2)
280
- * add coverage script under test ([134a488](https://github.com/Kikobeats/automate-release/commit/134a488))
281
- * add github release info ([9933aa8](https://github.com/Kikobeats/automate-release/commit/9933aa8))
282
- * define test matrix ([41ed5c0](https://github.com/Kikobeats/automate-release/commit/41ed5c0))
283
-
284
-
285
-
286
- <a name="0.8.11"></a>
287
- ## [0.8.11](https://github.com/Kikobeats/automate-release/compare/v0.8.10...v0.8.11) (2018-10-29)
288
-
289
-
290
- ### Bug Fixes
291
-
292
- * add continous release section ([797ecd1](https://github.com/Kikobeats/automate-release/commit/797ecd1)), closes [#2](https://github.com/Kikobeats/automate-release/issues/2)
293
- * add coverage script under test ([134a488](https://github.com/Kikobeats/automate-release/commit/134a488))
294
- * define test matrix ([41ed5c0](https://github.com/Kikobeats/automate-release/commit/41ed5c0))
295
-
296
-
297
-
298
- <a name="0.8.10"></a>
299
- ## [0.8.10](https://github.com/Kikobeats/automate-release/compare/v0.8.7...v0.8.10) (2018-10-27)
300
-
301
-
302
- ### Bug Fixes
303
-
304
- * improve script ([17f4cba](https://github.com/Kikobeats/automate-release/commit/17f4cba))
305
-
306
-
307
-
308
- <a name="0.8.9"></a>
309
- ## [0.8.9](https://github.com/Kikobeats/automate-release/compare/v0.8.7...v0.8.9) (2018-10-26)
310
-
311
-
312
-
313
- <a name="0.8.8"></a>
314
- ## [0.8.8](https://github.com/Kikobeats/automate-release/compare/v0.8.7...v0.8.8) (2018-10-26)
315
-
316
-
317
-
318
- <a name="0.8.8"></a>
319
- ## [0.8.8](https://github.com/Kikobeats/automate-release/compare/v0.8.7...v0.8.8) (2018-10-26)
320
-
321
-
322
-
323
- <a name="0.8.7"></a>
324
- ## [0.8.7](https://github.com/Kikobeats/automate-release/compare/v0.8.6...v0.8.7) (2018-10-26)
325
-
326
-
327
-
328
- <a name="0.8.6"></a>
329
- ## [0.8.6](https://github.com/Kikobeats/automate-release/compare/v0.8.5...v0.8.6) (2018-10-25)
330
-
331
-
332
-
333
- <a name="0.8.5"></a>
334
- ## [0.8.5](https://github.com/Kikobeats/automate-release/compare/v0.8.4...v0.8.5) (2018-10-25)
335
-
336
-
337
-
338
- <a name="0.8.3"></a>
339
- ## [0.8.3](https://github.com/Kikobeats/automate-release/compare/v0.8.2...v0.8.3) (2018-10-25)
340
-
341
-
342
- ### Bug Fixes
343
-
344
- * remove debug info ([259aba0](https://github.com/Kikobeats/automate-release/commit/259aba0))
345
-
346
-
347
-
348
- <a name="0.8.1"></a>
349
- ## [0.8.1](https://github.com/Kikobeats/automate-release/compare/v0.7.5...v0.8.1) (2018-10-25)
350
-
351
-
352
-
353
- <a name="0.7.4"></a>
354
- ## [0.7.4](https://github.com/Kikobeats/automatic-release/compare/v0.7.3...v0.7.4) (2018-10-14)
355
-
356
-
357
- ### Bug Fixes
358
-
359
- * copy dot path properly ([cb29603](https://github.com/Kikobeats/automatic-release/commit/cb29603))
360
-
361
-
362
-
363
- <a name="0.7.3"></a>
364
- ## [0.7.3](https://github.com/Kikobeats/automatic-release/compare/v0.7.2...v0.7.3) (2018-10-13)
365
-
366
-
367
- ### Bug Fixes
368
-
369
- * show readme under help ([01498bc](https://github.com/Kikobeats/automatic-release/commit/01498bc))
370
-
371
-
372
-
373
- <a name="0.7.2"></a>
374
- ## [0.7.2](https://github.com/Kikobeats/automatic-release/compare/v0.7.1...v0.7.2) (2018-10-13)
375
-
376
-
377
- ### Bug Fixes
378
-
379
- * add posinstallation guidelines ([77b68dd](https://github.com/Kikobeats/automatic-release/commit/77b68dd))
380
-
381
-
382
-
383
- <a name="0.7.1"></a>
384
- ## [0.7.1](https://github.com/Kikobeats/automatic-release/compare/v0.7.0...v0.7.1) (2018-10-13)
385
-
386
-
387
- ### Bug Fixes
388
-
389
- * add description ([46834d3](https://github.com/Kikobeats/automatic-release/commit/46834d3))
390
- * setup shell ([ac66fab](https://github.com/Kikobeats/automatic-release/commit/ac66fab))
391
-
392
-
393
-
394
- <a name="0.7.0"></a>
395
- # [0.7.0](https://github.com/Kikobeats/automatic-release/compare/v0.6.1...v0.7.0) (2018-10-13)
396
-
397
-
398
- ### Features
399
-
400
- * add cli ([63ad6e2](https://github.com/Kikobeats/automatic-release/commit/63ad6e2))
401
-
402
-
403
-
404
- <a name="0.6.1"></a>
405
- ## [0.6.1](https://github.com/Kikobeats/automatic-release/compare/v0.6.0...v0.6.1) (2018-10-12)
406
-
407
-
408
-
409
- <a name="0.6.0"></a>
410
- # [0.6.0](https://github.com/Kikobeats/automatic-release/compare/v0.5.5...v0.6.0) (2018-10-12)
411
-
412
-
413
- ### Features
414
-
415
- * better explanation about changelog content ([1f0a487](https://github.com/Kikobeats/automatic-release/commit/1f0a487)), closes [#3](https://github.com/Kikobeats/automatic-release/issues/3)
416
-
417
-
418
-
419
- <a name="0.5.5"></a>
420
- ## [0.5.5](https://github.com/Kikobeats/automatic-release/compare/v0.5.4...v0.5.5) (2018-10-12)
421
-
422
- A new version come out 🎉
423
-
424
- This new version has mainly related with improve the scripts we use.
425
-
426
- ### Bug Fixes
427
-
428
- * setup project name ([1b7e7af](https://github.com/Kikobeats/automatic-release/commit/1b7e7af))
429
-
430
-
431
-
432
- <a name="0.5.4"></a>
433
- ## [0.5.4](https://github.com/Kikobeats/automatic-release/compare/v0.5.3...v0.5.4) (2018-10-11)
434
-
435
- A better version come out 💥
436
-
437
- We fixed the gramar of project, describing better the concepts.
438
-
439
- ### Bug Fixes
440
-
441
- * grammar ([da526be](https://github.com/Kikobeats/automatic-release/commit/da526be))
442
-
443
-
444
-
445
- <a name="0.5.3"></a>
446
- ## [0.5.3](https://github.com/Kikobeats/automatic-release/compare/v0.5.2...v0.5.3) (2018-10-10)
447
-
448
-
449
-
450
- <a name="0.5.2"></a>
451
- ## [0.5.2](https://github.com/Kikobeats/automatic-release/compare/v0.5.1...v0.5.2) (2018-10-10)
452
-
453
-
454
- ### Bug Fixes
455
-
456
- * define author ([3e4c322](https://github.com/Kikobeats/automatic-release/commit/3e4c322))
457
-
458
-
459
-
460
- <a name="0.5.1"></a>
461
- ## [0.5.1](https://github.com/Kikobeats/automatic-release/compare/v0.5.0...v0.5.1) (2018-10-10)
462
-
463
-
464
- ### Bug Fixes
465
-
466
- * commit authors before release ([78fc4bb](https://github.com/Kikobeats/automatic-release/commit/78fc4bb))
467
-
468
-
469
-
470
- <a name="0.5.0"></a>
471
- # [0.5.0](https://github.com/Kikobeats/automatic-release/compare/v0.4.2...v0.5.0) (2018-10-10)
472
-
473
-
474
- ### Features
475
-
476
- * add git-authors ([c786e3e](https://github.com/Kikobeats/automatic-release/commit/c786e3e))
477
-
478
-
479
-
480
- <a name="0.4.2"></a>
481
- ## [0.4.2](https://github.com/Kikobeats/automatic-release/compare/v0.4.1...v0.4.2) (2018-10-10)
482
-
483
-
484
-
485
- <a name="0.4.1"></a>
486
- ## [0.4.1](https://github.com/Kikobeats/automatic-release/compare/v0.4.0...v0.4.1) (2018-10-10)
487
-
488
-
489
-
490
- <a name="0.4.0"></a>
491
- # [0.4.0](https://github.com/Kikobeats/automatic-release/compare/v0.3.0...v0.4.0) (2018-10-10)
492
-
493
-
494
- ### Features
495
-
496
- * add communication section ([649b822](https://github.com/Kikobeats/automatic-release/commit/649b822))
497
-
498
-
499
-
500
- <a name="0.3.0"></a>
501
- # [0.3.0](https://github.com/Kikobeats/automatic-release/compare/v0.2.1...v0.3.0) (2018-10-10)
502
-
503
-
504
- ### Features
505
-
506
- * add github release ([9c7a69e](https://github.com/Kikobeats/automatic-release/commit/9c7a69e))
507
-
508
-
509
-
510
- <a name="0.2.1"></a>
511
- ## [0.2.1](https://github.com/Kikobeats/automatic-release/compare/v0.2.0...v0.2.1) (2018-10-10)
512
-
513
-
514
-
515
- <a name="0.2.0"></a>
516
- # [0.2.0](https://github.com/Kikobeats/automatic-release/compare/v0.1.0...v0.2.0) (2018-10-10)
517
-
518
-
519
- ### Features
520
-
521
- * add postrelease script ([01de80f](https://github.com/Kikobeats/automatic-release/commit/01de80f))
522
-
523
-
524
-
525
- <a name="0.1.0"></a>
526
- # 0.1.0 (2018-10-10)
527
-
528
-
529
- ### Features
530
-
531
- * add standard-version ([3ecccd1](https://github.com/Kikobeats/automatic-release/commit/3ecccd1))
532
- * first commit ([02ee2ce](https://github.com/Kikobeats/automatic-release/commit/02ee2ce))
533
- * write next version section ([b2f3456](https://github.com/Kikobeats/automatic-release/commit/b2f3456))