automate-release 2.0.7 → 2.0.10

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