@toptal/davinci-ci 3.0.1-alpha-fix-davinci-metric-61af05c8.9 → 3.0.1-alpha-chore-improve-packages-building-23e03d25.38

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 (63) hide show
  1. package/dist/commands/danger.d.ts +11 -0
  2. package/dist/commands/danger.js +64 -0
  3. package/dist/configs/danger/conventional-commits/dangerfile.d.ts +1 -0
  4. package/dist/configs/danger/conventional-commits/dangerfile.js +12 -0
  5. package/dist/configs/danger/conventional-commits/plugins/conventional-commits/index.d.ts +1 -0
  6. package/dist/configs/danger/conventional-commits/plugins/conventional-commits/index.js +99 -0
  7. package/dist/configs/danger/conventional-commits/plugins/conventional-pr-title/index.d.ts +1 -0
  8. package/dist/configs/danger/conventional-commits/plugins/conventional-pr-title/index.js +94 -0
  9. package/dist/configs/danger/conventional-commits/plugins/index.d.ts +3 -0
  10. package/dist/configs/danger/conventional-commits/plugins/index.js +7 -0
  11. package/dist/configs/danger/plugins/empty-assignee.d.ts +1 -0
  12. package/dist/configs/danger/plugins/empty-assignee.js +18 -0
  13. package/dist/configs/danger/toptal/config.d.ts +7 -0
  14. package/dist/configs/danger/toptal/config.js +27 -0
  15. package/dist/configs/danger/toptal/dangerfile.d.ts +1 -0
  16. package/dist/configs/danger/toptal/dangerfile.js +12 -0
  17. package/dist/configs/danger/toptal/plugins/index.d.ts +3 -0
  18. package/dist/configs/danger/toptal/plugins/index.js +7 -0
  19. package/dist/configs/danger/toptal/plugins/toptal-commits/index.d.ts +1 -0
  20. package/dist/configs/danger/toptal/plugins/toptal-commits/index.js +51 -0
  21. package/dist/configs/danger/toptal/plugins/toptal-pr-title/index.d.ts +1 -0
  22. package/dist/configs/danger/toptal/plugins/toptal-pr-title/index.js +45 -0
  23. package/dist/index.d.ts +24 -0
  24. package/dist/index.js +17 -0
  25. package/package.json +9 -6
  26. package/CHANGELOG.md +0 -978
  27. package/src/commands/danger.js +0 -67
  28. package/src/configs/danger/conventional-commits/dangerfile.js +0 -17
  29. package/src/configs/danger/conventional-commits/plugins/conventional-commits/index.js +0 -52
  30. package/src/configs/danger/conventional-commits/plugins/conventional-pr-title/index.js +0 -53
  31. package/src/configs/danger/conventional-commits/plugins/index.js +0 -7
  32. package/src/configs/danger/plugins/empty-assignee.js +0 -24
  33. package/src/configs/danger/toptal/config.js +0 -30
  34. package/src/configs/danger/toptal/dangerfile.js +0 -17
  35. package/src/configs/danger/toptal/plugins/index.js +0 -7
  36. package/src/configs/danger/toptal/plugins/toptal-commits/index.js +0 -73
  37. package/src/configs/danger/toptal/plugins/toptal-pr-title/index.js +0 -62
  38. package/src/configs/docker/Dockerfile +0 -30
  39. package/src/configs/docker/Dockerfile.gha-deploy +0 -33
  40. package/src/configs/docker/Dockerfile.release +0 -28
  41. package/src/configs/docker/Dockerfile.storybook +0 -20
  42. package/src/configs/docker/env-runtime.entrypoint.sh +0 -47
  43. package/src/configs/docker/nginx-vhost-storybook.conf +0 -20
  44. package/src/configs/docker/nginx-vhost.conf +0 -18
  45. package/src/configs/jobs/build-image/Jenkinsfile +0 -142
  46. package/src/configs/jobs/build-image/config.xml +0 -119
  47. package/src/configs/jobs/build-release-image/Jenkinsfile +0 -154
  48. package/src/configs/jobs/build-release-image/config.xml +0 -102
  49. package/src/configs/jobs/consumer-contracts-verify/Jenkinsfile +0 -117
  50. package/src/configs/jobs/consumer-contracts-verify/config.xml +0 -114
  51. package/src/configs/jobs/deploy/config.xml +0 -107
  52. package/src/configs/jobs/deploy-helm-run/Jenkinsfile +0 -159
  53. package/src/configs/jobs/deploy-helm-run/config.xml +0 -107
  54. package/src/configs/jobs/deploy-helm-run-trigger/Jenkinsfile +0 -200
  55. package/src/configs/jobs/master-main/Jenkinsfile +0 -460
  56. package/src/configs/jobs/master-main/config.xml +0 -119
  57. package/src/configs/jobs/pr-tests/Jenkinsfile +0 -407
  58. package/src/configs/jobs/pr-tests/config.xml +0 -134
  59. package/src/configs/jobs/publish-alpha-package/Jenkinsfile +0 -189
  60. package/src/configs/jobs/publish-alpha-package/config.xml +0 -136
  61. package/src/configs/jobs/temploy-helm-run/Jenkinsfile +0 -141
  62. package/src/configs/jobs/temploy-helm-run/config.xml +0 -97
  63. package/src/index.js +0 -17
package/CHANGELOG.md DELETED
@@ -1,978 +0,0 @@
1
- # Change Log
2
-
3
- ## 3.0.0
4
-
5
- ### Major Changes
6
-
7
- - [#1799](https://github.com/toptal/davinci/pull/1799) [`103a3ec9`](https://github.com/toptal/davinci/commit/103a3ec94aa9ca9d9d83aab4cbcb510e26bf6071) Thanks [@separatio](https://github.com/separatio)! - ---
8
-
9
- - upgrade required minimum Node version to 14 LTS
10
-
11
- ## 2.1.0
12
-
13
- ### Minor Changes
14
-
15
- - [#1774](https://github.com/toptal/davinci/pull/1774) [`ca7a20f2`](https://github.com/toptal/davinci/commit/ca7a20f248784371af9db64df31e05ada1e69179) Thanks [@TomasSlama](https://github.com/TomasSlama)! - ---
16
-
17
- ### davinci.yaml (config)
18
-
19
- - add new options to the config
20
-
21
- ```yaml
22
- master:
23
- # danger check will require every PR
24
- # created by not whitelisted user to have an assignee
25
- require_assignee: false
26
- require_assignee_whitelist: ['dependabot-preview[bot]', 'dependabot[bot]']
27
- ```
28
-
29
- ### Patch Changes
30
-
31
- - Updated dependencies [[`ca7a20f2`](https://github.com/toptal/davinci/commit/ca7a20f248784371af9db64df31e05ada1e69179)]:
32
- - @toptal/davinci-cli-shared@1.10.0
33
-
34
- ## 2.0.14
35
-
36
- ### Patch Changes
37
-
38
- - Updated dependencies [[`1c422aae`](https://github.com/toptal/davinci/commit/1c422aae676d25cd2216c8a24af4b7e208728931)]:
39
- - @toptal/davinci-cli-shared@1.9.0
40
-
41
- ## 2.0.13
42
-
43
- ### Patch Changes
44
-
45
- - [#1688](https://github.com/toptal/davinci/pull/1688) [`d1cb27ee`](https://github.com/toptal/davinci/commit/d1cb27eeaa6416107a0a3328438dd75083ac259b) Thanks [@dmaklygin](https://github.com/dmaklygin)! - ---
46
-
47
- - create `nginx` vhost configuration files to the `davinci-ci` package
48
- Now, the vhost config file is here: `./davinci/packages/davinci/ci/src/configs/docker/nginx-vhost.conf`
49
- the storybook vhost config file is here: `./davinci/packages/davinci/ci/src/configs/docker/nginx-vhost-storybook.conf`
50
-
51
- ## 2.0.12
52
-
53
- ### Patch Changes
54
-
55
- - Updated dependencies [[`b12d1d19`](https://github.com/toptal/davinci/commit/b12d1d19af02104b9076a53b6e516198e6cda141)]:
56
- - @toptal/davinci-cli-shared@1.8.1
57
-
58
- ## 2.0.11
59
-
60
- ### Patch Changes
61
-
62
- - Updated dependencies [[`e602ae7e`](https://github.com/toptal/davinci/commit/e602ae7edc7d075a4192052d6c04868f08fea0a7)]:
63
- - @toptal/davinci-cli-shared@1.8.0
64
-
65
- ## 2.0.10
66
-
67
- ### Patch Changes
68
-
69
- - Updated dependencies [[`9b67beb3`](https://github.com/toptal/davinci/commit/9b67beb3aaf0e24193b2deaba3126c41e3ec9280), [`04fe7ffa`](https://github.com/toptal/davinci/commit/04fe7ffa161027d081c6ae870716bb06a2fcf73f)]:
70
- - @toptal/davinci-cli-shared@1.7.0
71
-
72
- ## 2.0.9
73
-
74
- ### Patch Changes
75
-
76
- - [#1541](https://github.com/toptal/davinci/pull/1541) [`397a53c9`](https://github.com/toptal/davinci/commit/397a53c9add9f7e8d485648b51cd22676d97c78f) Thanks [@TomasSlama](https://github.com/TomasSlama)! - ---
77
- - Update documentation about prefering individual davinci packages usage
78
-
79
- ## 2.0.8
80
-
81
- ### Patch Changes
82
-
83
- - [#1525](https://github.com/toptal/davinci/pull/1525) [`f69a35e`](https://github.com/toptal/davinci/commit/f69a35e2a590b61524d9ab1ce37a03e50012a3c9) Thanks [@denieler](https://github.com/denieler)! - - fix davinci-ci bin executable name
84
-
85
- ## 2.0.7
86
-
87
- ### Patch Changes
88
-
89
- - Updated dependencies [[`fa3423f1`](https://github.com/toptal/davinci/commit/fa3423f1f9211b4d8899064aa4afdf5ca2198483)]:
90
- - @toptal/davinci-cli-shared@1.6.0
91
-
92
- ## 2.0.6
93
-
94
- ### Patch Changes
95
-
96
- - [#1419](https://github.com/toptal/davinci/pull/1419) [`c03d633a`](https://github.com/toptal/davinci/commit/c03d633aa49c91718c63786c0514ce3d89739124) Thanks [@dependabot](https://github.com/apps/dependabot)! - - Bump @commitlint/config-convetional
97
-
98
- ## 2.0.5
99
-
100
- ### Patch Changes
101
-
102
- - [#1406](https://github.com/toptal/davinci/pull/1406) [`af205861`](https://github.com/toptal/davinci/commit/af20586123c6811f657840d17f2f3161afce7ea4) Thanks [@sergiubutnarasu](https://github.com/sergiubutnarasu)! - Add option to pass custom danger file to the danger CI
103
-
104
- ## 2.0.4
105
-
106
- ### Patch Changes
107
-
108
- - Updated dependencies [[`64c000c2`](https://github.com/toptal/davinci/commit/64c000c25d97df2c8853a6cf80b7ca81461dae24)]:
109
- - @toptal/davinci-cli-shared@1.5.4
110
-
111
- ## 2.0.3
112
-
113
- ### Patch Changes
114
-
115
- - Updated dependencies [[`3013b76d`](https://github.com/toptal/davinci/commit/3013b76d7f957924885f3e5933f5227ff42a09e1)]:
116
- - @toptal/davinci-cli-shared@1.5.3
117
-
118
- ## 2.0.2
119
-
120
- ### Patch Changes
121
-
122
- - [#1359](https://github.com/toptal/davinci/pull/1359) [`113e96b2`](https://github.com/toptal/davinci/commit/113e96b28f64dc0d78f8b0ce0b5687670d8e4796) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump commitlint-cli from 16.2.4 to 17.0.2
123
-
124
- ## 2.0.1
125
-
126
- ### Patch Changes
127
-
128
- - [#1349](https://github.com/toptal/davinci/pull/1349) [`fdf524b7`](https://github.com/toptal/davinci/commit/fdf524b76c298bdc61696d3b5066070cf88cad59) Thanks [@denieler](https://github.com/denieler)! - - fix davinci-job-creator jenkinsfile
129
-
130
- - Updated dependencies [[`1212e098`](https://github.com/toptal/davinci/commit/1212e098c668fc1c87ee9b1824edf0bc80509bc4)]:
131
- - @toptal/davinci-cli-shared@1.5.2
132
-
133
- ## 2.0.0
134
-
135
- ### Major Changes
136
-
137
- - [#1326](https://github.com/toptal/davinci/pull/1326) [`77adee1f`](https://github.com/toptal/davinci/commit/77adee1f003f6336279ca4ac24476bdece8d9828) Thanks [@augustobmoura](https://github.com/augustobmoura)! - - rename the command `davinci qa e2e` to `davinci qa integration`
138
-
139
- ## 1.15.0
140
-
141
- ### Minor Changes
142
-
143
- - [#1259](https://github.com/toptal/davinci/pull/1259) [`878bb763`](https://github.com/toptal/davinci/commit/878bb76396465641b94edf8c780938fefaa31b42) Thanks [@fbueno](https://github.com/fbueno)! - Add the ability to create deployment jobs on main and deploy
144
-
145
- ## 1.14.7
146
-
147
- ### Patch Changes
148
-
149
- - [#1274](https://github.com/toptal/davinci/pull/1274) [`554398c1`](https://github.com/toptal/davinci/commit/554398c1a4b163bb87b41e3472d09dbf98836769) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @commitlint/cli from 12.1.4 to 16.2.4
150
-
151
- ## 1.14.6
152
-
153
- ### Patch Changes
154
-
155
- - [#1273](https://github.com/toptal/davinci/pull/1273) [`9b37e0db`](https://github.com/toptal/davinci/commit/9b37e0db044405a0c67d9b46a7a5c6dc1a0302e2) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump danger from 10.9.0 to 11.0.5
156
-
157
- ## 1.14.5
158
-
159
- ### Patch Changes
160
-
161
- - Updated dependencies [[`7dd8b681`](https://github.com/toptal/davinci/commit/7dd8b68177d595538dd8d5cff5c0654d92d68659)]:
162
- - @toptal/davinci-cli-shared@1.5.1
163
-
164
- ## 1.14.4
165
-
166
- ### Patch Changes
167
-
168
- - [#1154](https://github.com/toptal/davinci/pull/1154) [`c53d9c5a`](https://github.com/toptal/davinci/commit/c53d9c5ab51cc14b5ede709c87856912e65b6990) Thanks [@rafael-anachoreta](https://github.com/rafael-anachoreta)! - Increase PR name regex to 5 characters
169
-
170
- * [#1149](https://github.com/toptal/davinci/pull/1149) [`57e74bc4`](https://github.com/toptal/davinci/commit/57e74bc42723cdd8ad05c5cbe5e89df6e0673453) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump danger from 10.7.1 to 10.9.0
171
-
172
- ## 1.14.3
173
-
174
- ### Patch Changes
175
-
176
- - [#1114](https://github.com/toptal/davinci/pull/1114) [`d68ae909`](https://github.com/toptal/davinci/commit/d68ae909cec3fdbd0f70f7338b24f267d5bb85a7) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @commitlint/config-conventional from 12.1.4 to 16.0.0
177
-
178
- ## 1.14.2
179
-
180
- ### Patch Changes
181
-
182
- - [#1102](https://github.com/toptal/davinci/pull/1102) [`cf2e0b30`](https://github.com/toptal/davinci/commit/cf2e0b305a00c9b9a5686838ea11f7d62bba5c00) Thanks [@denieler](https://github.com/denieler)! - Fix packages internal dependencies to bump main @toptal/davinci package every time any internal package changed.
183
-
184
- ## 1.14.1
185
-
186
- ### Patch Changes
187
-
188
- - [#1083](https://github.com/toptal/davinci/pull/1083) [`fef5197d`](https://github.com/toptal/davinci/commit/fef5197d03cabb63bdae059dd4a8ee7baaac7f4d) Thanks [@denieler](https://github.com/denieler)! - Add configuration for yarn registry to docker images
189
-
190
- ## 1.14.0
191
-
192
- ### Minor Changes
193
-
194
- - [#1047](https://github.com/toptal/davinci/pull/1047) [`850d14f9`](https://github.com/toptal/davinci/commit/850d14f9574d6b32abe6425e3f3248afb1d2e0b4) Thanks [@dmaklygin1](https://github.com/dmaklygin1)! - Remove npx package
195
-
196
- ### Patch Changes
197
-
198
- - [#1042](https://github.com/toptal/davinci/pull/1042) [`da14a73e`](https://github.com/toptal/davinci/commit/da14a73e3ec62f34b709baf80b15cffe3b080bb9) Thanks [@OndrejTuma](https://github.com/OndrejTuma)! - More verbose error of toptal commit message check. Now it tells you where the problem is and hints the correct version
199
-
200
- - Updated dependencies [[`850d14f9`](https://github.com/toptal/davinci/commit/850d14f9574d6b32abe6425e3f3248afb1d2e0b4)]:
201
- - @toptal/davinci-cli-shared@1.5.0
202
-
203
- ## 1.13.3
204
-
205
- ### Patch Changes
206
-
207
- - [#1043](https://github.com/toptal/davinci/pull/1043) [`db04c93b`](https://github.com/toptal/davinci/commit/db04c93b96a92f76e5f0e0125c024ad2ee0ff22e) Thanks [@OndrejTuma](https://github.com/OndrejTuma)! - Bumped danger package version to 10.7.1
208
-
209
- ## 1.13.2
210
-
211
- ### Patch Changes
212
-
213
- - [#970](https://github.com/toptal/davinci/pull/970) [`81238cdd`](https://github.com/toptal/davinci/commit/81238cdd0f8703a72744111969e408a43d1c0fac) Thanks [@ertrzyiks](https://github.com/ertrzyiks)! - skip ticket number check for PRs with no-jira label
214
-
215
- ## 1.13.1
216
-
217
- ### Patch Changes
218
-
219
- - [#946](https://github.com/toptal/davinci/pull/946) [`daff0f38`](https://github.com/toptal/davinci/commit/daff0f38972847e299f374480cb4de3aca2f07af) Thanks [@ertrzyiks](https://github.com/ertrzyiks)! - export missing environment variable and authenticate with registry to fix temploy deployment
220
-
221
- ## 1.13.0
222
-
223
- ### Minor Changes
224
-
225
- - [#925](https://github.com/toptal/davinci/pull/925) [`5326e94e`](https://github.com/toptal/davinci/commit/5326e94eac2f77fcf1bbbacad45c33a76cd9a8c1) Thanks [@denieler](https://github.com/denieler)! - Add 404 page for js and css files in nginx config
226
-
227
- ## 1.12.0
228
-
229
- ### Minor Changes
230
-
231
- - [#901](https://github.com/toptal/davinci/pull/901) [`c5699b14`](https://github.com/toptal/davinci/commit/c5699b146ed8d853b7aeaab703d27f030d11598c) Thanks [@teimurjan](https://github.com/teimurjan)! - Added Dockerfile for running temploys
232
-
233
- ## 1.11.0
234
-
235
- ### Minor Changes
236
-
237
- - [#826](https://github.com/toptal/davinci/pull/826) [`08c24cd`](https://github.com/toptal/davinci/commit/08c24cdac6f4fa852b48e8d34bfc04480cf4c81a) Thanks [@denieler](https://github.com/denieler)! - Use slack_channel in davinci.yaml for specifying a custom Slack channel
238
-
239
- ### Patch Changes
240
-
241
- - [#826](https://github.com/toptal/davinci/pull/826) [`08c24cd`](https://github.com/toptal/davinci/commit/08c24cdac6f4fa852b48e8d34bfc04480cf4c81a) Thanks [@denieler](https://github.com/denieler)! - Fix for danger js conventional commits check
242
-
243
- All notable changes to this project will be documented in this file.
244
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
245
-
246
- ## [1.10.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.10.0...@toptal/davinci-ci@1.10.1) (2021-05-13)
247
-
248
- ### Bug Fixes
249
-
250
- - **danger:** fix commit verification ([#810](https://github.com/toptal/davinci/issues/810)) ([468d9fe](https://github.com/toptal/davinci/commit/468d9fead29703984bc9e7edc9d246ec246c38c0))
251
-
252
- # [1.10.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.8...@toptal/davinci-ci@1.10.0) (2021-05-07)
253
-
254
- ### Features
255
-
256
- - **engine:** add hot reload arguments ([#799](https://github.com/toptal/davinci/issues/799)) ([9d2f58a](https://github.com/toptal/davinci/commit/9d2f58ab362bfa4fff3bf462b41550ae0b90b658))
257
-
258
- ## [1.9.8](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.7...@toptal/davinci-ci@1.9.8) (2021-05-07)
259
-
260
- ### Bug Fixes
261
-
262
- - **ci:** whitelist commits authored by dependabot ([#800](https://github.com/toptal/davinci/issues/800)) ([ed1b1bf](https://github.com/toptal/davinci/commit/ed1b1bfa198095d0c97a4951269d12c2a15d4c58))
263
-
264
- ## [1.9.7](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.6...@toptal/davinci-ci@1.9.7) (2021-04-26)
265
-
266
- ### Bug Fixes
267
-
268
- - **ci:** prevent misconfigured deploys ([#791](https://github.com/toptal/davinci/issues/791)) ([79bbd35](https://github.com/toptal/davinci/commit/79bbd35b844e27870fae1ee401e09a509f0d1b97))
269
-
270
- ## [1.9.6](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.5...@toptal/davinci-ci@1.9.6) (2021-04-22)
271
-
272
- ### Bug Fixes
273
-
274
- - **commitlint:** fix danger commitlint plugin ([#790](https://github.com/toptal/davinci/issues/790)) ([8fb6bf3](https://github.com/toptal/davinci/commit/8fb6bf3f577415335b0da8e0673b6180eba28fb4))
275
-
276
- ## [1.9.5](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.4...@toptal/davinci-ci@1.9.5) (2021-04-15)
277
-
278
- **Note:** Version bump only for package @toptal/davinci-ci
279
-
280
- ## [1.9.4](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.3...@toptal/davinci-ci@1.9.4) (2021-04-15)
281
-
282
- **Note:** Version bump only for package @toptal/davinci-ci
283
-
284
- ## [1.9.3](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.2...@toptal/davinci-ci@1.9.3) (2021-04-15)
285
-
286
- ### Bug Fixes
287
-
288
- - **qa:** use default reporter for local development ([#783](https://github.com/toptal/davinci/issues/783)) ([11ade06](https://github.com/toptal/davinci/commit/11ade06b177a121425a7b48ccf8d0b1439cb1deb))
289
-
290
- ## [1.9.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.1...@toptal/davinci-ci@1.9.2) (2021-04-12)
291
-
292
- **Note:** Version bump only for package @toptal/davinci-ci
293
-
294
- ## [1.9.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.0...@toptal/davinci-ci@1.9.1) (2021-04-12)
295
-
296
- **Note:** Version bump only for package @toptal/davinci-ci
297
-
298
- # [1.9.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.8.3...@toptal/davinci-ci@1.9.0) (2021-04-08)
299
-
300
- ### Features
301
-
302
- - [FX-1755] Add app service worker ([#764](https://github.com/toptal/davinci/issues/764)) ([7240c4c](https://github.com/toptal/davinci/commit/7240c4c6400c838effc16d9d6780e0c894192386))
303
-
304
- ## [1.8.3](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.8.2...@toptal/davinci-ci@1.8.3) (2021-03-30)
305
-
306
- **Note:** Version bump only for package @toptal/davinci-ci
307
-
308
- ## [1.8.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.8.1...@toptal/davinci-ci@1.8.2) (2021-03-26)
309
-
310
- ### Bug Fixes
311
-
312
- - **ci:** upgrade danger to support local runs ([#758](https://github.com/toptal/davinci/issues/758)) ([3018060](https://github.com/toptal/davinci/commit/3018060aab6f1952fcc818c1ccc7c4c8aea1a59b))
313
-
314
- ## [1.8.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.8.0...@toptal/davinci-ci@1.8.1) (2021-03-25)
315
-
316
- ### Bug Fixes
317
-
318
- - **ci:** use default helm v3 makefile ([#753](https://github.com/toptal/davinci/issues/753)) ([630d89f](https://github.com/toptal/davinci/commit/630d89f47d52fc2675a266aac05b328a8516a944))
319
-
320
- # [1.8.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.7.2...@toptal/davinci-ci@1.8.0) (2021-03-23)
321
-
322
- ### Features
323
-
324
- - **ci:** add davinci.yaml flag for conventional commits ([#739](https://github.com/toptal/davinci/issues/739)) ([98877b4](https://github.com/toptal/davinci/commit/98877b4619c21ae7ed9902bdd70448827198e5f1))
325
-
326
- ## [1.7.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.7.1...@toptal/davinci-ci@1.7.2) (2021-03-23)
327
-
328
- **Note:** Version bump only for package @toptal/davinci-ci
329
-
330
- ## [1.7.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.7.0...@toptal/davinci-ci@1.7.1) (2021-03-22)
331
-
332
- ### Bug Fixes
333
-
334
- - **ci:** safety check for release-package command ([#742](https://github.com/toptal/davinci/issues/742)) ([2479497](https://github.com/toptal/davinci/commit/24794975bbba60d5812beb5599f2dd6c219f77ee))
335
-
336
- # [1.7.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.6.6...@toptal/davinci-ci@1.7.0) (2021-03-18)
337
-
338
- ### Features
339
-
340
- - **ci:** Slack message after package is released ([#736](https://github.com/toptal/davinci/issues/736)) ([f9b8b57](https://github.com/toptal/davinci/commit/f9b8b57943ec033c32fa8493c635b936120b0ffa))
341
-
342
- ## [1.6.6](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.6.5...@toptal/davinci-ci@1.6.6) (2021-03-17)
343
-
344
- ### Bug Fixes
345
-
346
- - **ci:** missing parameters in the job xml ([#737](https://github.com/toptal/davinci/issues/737)) ([c286ba6](https://github.com/toptal/davinci/commit/c286ba6fafb1b46066cdd666a5b91622d389c77d))
347
-
348
- ## [1.6.5](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.6.4...@toptal/davinci-ci@1.6.5) (2021-03-09)
349
-
350
- ### Bug Fixes
351
-
352
- - **ci:** increase the master-main job timeout to 120 minutes ([#730](https://github.com/toptal/davinci/issues/730)) ([d5feb86](https://github.com/toptal/davinci/commit/d5feb86ad31c52f64a15cc387ffdae54c34522c6))
353
-
354
- ## [1.6.4](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.6.3...@toptal/davinci-ci@1.6.4) (2021-03-04)
355
-
356
- **Note:** Version bump only for package @toptal/davinci-ci
357
-
358
- ## [1.6.3](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.6.2...@toptal/davinci-ci@1.6.3) (2021-02-24)
359
-
360
- ### Bug Fixes
361
-
362
- - **engine:** fix release-package arg ([#712](https://github.com/toptal/davinci/issues/712)) ([081bcd3](https://github.com/toptal/davinci/commit/081bcd3c47f59e24bad6c87115afad09b02e0fd0))
363
-
364
- ## [1.6.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.6.1...@toptal/davinci-ci@1.6.2) (2021-02-24)
365
-
366
- ### Bug Fixes
367
-
368
- - **engine:** fix release-package command ([#711](https://github.com/toptal/davinci/issues/711)) ([2bbb91a](https://github.com/toptal/davinci/commit/2bbb91adc3e4cbeca5f0c4ed1a132c2d9318d325))
369
-
370
- ## [1.6.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.6.0...@toptal/davinci-ci@1.6.1) (2021-02-23)
371
-
372
- ### Bug Fixes
373
-
374
- - **ci:** use BUILD_PACKAGE_SCRIPT_NAME via params ([#710](https://github.com/toptal/davinci/issues/710)) ([4502484](https://github.com/toptal/davinci/commit/45024840c371b590d9912089df6d728090bc1600))
375
-
376
- # [1.6.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.7...@toptal/davinci-ci@1.6.0) (2021-02-22)
377
-
378
- ### Features
379
-
380
- - **engine:** add release-package command ([#698](https://github.com/toptal/davinci/issues/698)) ([5c0b55f](https://github.com/toptal/davinci/commit/5c0b55fad04e6bbb13eb20c6607346bc3724162b))
381
-
382
- ## [1.5.7](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.6...@toptal/davinci-ci@1.5.7) (2021-02-17)
383
-
384
- **Note:** Version bump only for package @toptal/davinci-ci
385
-
386
- ## [1.5.6](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.5...@toptal/davinci-ci@1.5.6) (2021-02-17)
387
-
388
- ### Bug Fixes
389
-
390
- - **ci:** alpha packages for dependabot ([#697](https://github.com/toptal/davinci/issues/697)) ([50b54ce](https://github.com/toptal/davinci/commit/50b54cebd2fbc28454f7ad49cca8e0f56d949745))
391
-
392
- ## [1.5.5](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.4...@toptal/davinci-ci@1.5.5) (2021-02-16)
393
-
394
- **Note:** Version bump only for package @toptal/davinci-ci
395
-
396
- ## [1.5.4](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.3...@toptal/davinci-ci@1.5.4) (2021-02-16)
397
-
398
- ### Bug Fixes
399
-
400
- - make ci and eslint-plugin packages public ([#691](https://github.com/toptal/davinci/issues/691)) ([8b56656](https://github.com/toptal/davinci/commit/8b5665619d653b856df43c94449a080f614e0430))
401
-
402
- ## [1.5.3](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.2...@toptal/davinci-ci@1.5.3) (2021-02-16)
403
-
404
- **Note:** Version bump only for package @toptal/davinci-ci
405
-
406
- ## [1.5.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.1...@toptal/davinci-ci@1.5.2) (2021-02-12)
407
-
408
- **Note:** Version bump only for package @toptal/davinci-ci
409
-
410
- ## [1.5.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.0...@toptal/davinci-ci@1.5.1) (2021-02-08)
411
-
412
- **Note:** Version bump only for package @toptal/davinci-ci
413
-
414
- # [1.5.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.4.0...@toptal/davinci-ci@1.5.0) (2021-01-27)
415
-
416
- ### Features
417
-
418
- - **ci:** [FX-1665] Add staging deploy helm job ([#670](https://github.com/toptal/davinci/issues/670)) ([09bdc34](https://github.com/toptal/davinci/commit/09bdc345fdbc79fba5ca3dcac90229c18df18f2c))
419
-
420
- # [1.4.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.14...@toptal/davinci-ci@1.4.0) (2020-12-21)
421
-
422
- ### Features
423
-
424
- - provide job timeout as parameter ([#636](https://github.com/toptal/davinci/issues/636)) ([feeeeed](https://github.com/toptal/davinci/commit/feeeeedcf81836a184c81b57af7aef9f14391a31))
425
-
426
- ## [1.3.14](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.13...@toptal/davinci-ci@1.3.14) (2020-12-18)
427
-
428
- **Note:** Version bump only for package @toptal/davinci-ci
429
-
430
- ## [1.3.13](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.12...@toptal/davinci-ci@1.3.13) (2020-12-18)
431
-
432
- **Note:** Version bump only for package @toptal/davinci-ci
433
-
434
- ## [1.3.12](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.11...@toptal/davinci-ci@1.3.12) (2020-12-11)
435
-
436
- **Note:** Version bump only for package @toptal/davinci-ci
437
-
438
- ## [1.3.11](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.10...@toptal/davinci-ci@1.3.11) (2020-12-11)
439
-
440
- **Note:** Version bump only for package @toptal/davinci-ci
441
-
442
- ## [1.3.10](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.9...@toptal/davinci-ci@1.3.10) (2020-12-10)
443
-
444
- **Note:** Version bump only for package @toptal/davinci-ci
445
-
446
- ## [1.3.9](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.8...@toptal/davinci-ci@1.3.9) (2020-12-10)
447
-
448
- **Note:** Version bump only for package @toptal/davinci-ci
449
-
450
- ## [1.3.8](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.7...@toptal/davinci-ci@1.3.8) (2020-12-10)
451
-
452
- ### Bug Fixes
453
-
454
- - rename davinci yaml config key ([#623](https://github.com/toptal/davinci/issues/623)) ([5f8d379](https://github.com/toptal/davinci/commit/5f8d379f970678da952719e4019e5cf1a2ac4754))
455
-
456
- ## [1.3.7](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.6...@toptal/davinci-ci@1.3.7) (2020-12-10)
457
-
458
- **Note:** Version bump only for package @toptal/davinci-ci
459
-
460
- ## [1.3.6](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.5...@toptal/davinci-ci@1.3.6) (2020-12-09)
461
-
462
- **Note:** Version bump only for package @toptal/davinci-ci
463
-
464
- ## [1.3.5](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.4...@toptal/davinci-ci@1.3.5) (2020-11-20)
465
-
466
- ### Bug Fixes
467
-
468
- - **danger:** check commit author on whitelist ([#614](https://github.com/toptal/davinci/issues/614)) ([c7fd74e](https://github.com/toptal/davinci/commit/c7fd74e3a2edd554f2ad74f8f5f43b50d915032d))
469
-
470
- ## [1.3.4](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.3...@toptal/davinci-ci@1.3.4) (2020-11-19)
471
-
472
- ### Bug Fixes
473
-
474
- - **danger:** update danger version ([#613](https://github.com/toptal/davinci/issues/613)) ([aeb53b1](https://github.com/toptal/davinci/commit/aeb53b1f74c069b5f669dc9ade934650ae6fe40f))
475
-
476
- ## [1.3.3](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.2...@toptal/davinci-ci@1.3.3) (2020-11-19)
477
-
478
- ### Bug Fixes
479
-
480
- - **ci:** fix error about null alias field ([#610](https://github.com/toptal/davinci/issues/610)) ([79655ed](https://github.com/toptal/davinci/commit/79655edd50d342870bc242b83faefcbc0c84491a))
481
-
482
- ## [1.3.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.1...@toptal/davinci-ci@1.3.2) (2020-11-16)
483
-
484
- **Note:** Version bump only for package @toptal/davinci-ci
485
-
486
- ## [1.3.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.0...@toptal/davinci-ci@1.3.1) (2020-11-09)
487
-
488
- ### Bug Fixes
489
-
490
- - trim temploy comment notes ([#600](https://github.com/toptal/davinci/issues/600)) ([501a9dd](https://github.com/toptal/davinci/commit/501a9dd80c07d8cb67906aa6fb45f9ec50d1f675))
491
-
492
- # [1.3.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.2.2...@toptal/davinci-ci@1.3.0) (2020-11-06)
493
-
494
- ### Features
495
-
496
- - **ci:** tag the latest release docker image with the latest tag ([#595](https://github.com/toptal/davinci/issues/595)) ([2f6abd9](https://github.com/toptal/davinci/commit/2f6abd988975c4f8608e9ee26c8397eb80a38a36))
497
-
498
- ## [1.2.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.2.1...@toptal/davinci-ci@1.2.2) (2020-11-04)
499
-
500
- ### Bug Fixes
501
-
502
- - **ci:** increase master main timeout ([#593](https://github.com/toptal/davinci/issues/593)) ([d8ecd75](https://github.com/toptal/davinci/commit/d8ecd75922a74035bdc2dc0cc48a103eda61b0a1))
503
-
504
- ## [1.2.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.2.0...@toptal/davinci-ci@1.2.1) (2020-11-03)
505
-
506
- **Note:** Version bump only for package @toptal/davinci-ci
507
-
508
- # [1.2.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.1.6...@toptal/davinci-ci@1.2.0) (2020-10-22)
509
-
510
- ### Features
511
-
512
- - move arch docs to confluence ([#517](https://github.com/toptal/davinci/issues/517)) ([cfd819d](https://github.com/toptal/davinci/commit/cfd819d666dd47d8b84fe98d284a93efa81ccd26))
513
-
514
- ## [1.1.6](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.1.5...@toptal/davinci-ci@1.1.6) (2020-10-15)
515
-
516
- **Note:** Version bump only for package @toptal/davinci-ci
517
-
518
- ## [1.1.5](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.1.4...@toptal/davinci-ci@1.1.5) (2020-10-14)
519
-
520
- **Note:** Version bump only for package @toptal/davinci-ci
521
-
522
- ## [1.1.4](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.1.3...@toptal/davinci-ci@1.1.4) (2020-10-09)
523
-
524
- **Note:** Version bump only for package @toptal/davinci-ci
525
-
526
- ## [1.1.3](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.1.2...@toptal/davinci-ci@1.1.3) (2020-10-07)
527
-
528
- **Note:** Version bump only for package @toptal/davinci-ci
529
-
530
- ## [1.1.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.1.1...@toptal/davinci-ci@1.1.2) (2020-10-06)
531
-
532
- ### Bug Fixes
533
-
534
- - **ci:** sanitize master main job variables ([#564](https://github.com/toptal/davinci/issues/564)) ([a950ea2](https://github.com/toptal/davinci/commit/a950ea27c19c3d9da5847e22bf3600cf24a7f041))
535
-
536
- ## [1.1.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.1.0...@toptal/davinci-ci@1.1.1) (2020-10-01)
537
-
538
- **Note:** Version bump only for package @toptal/davinci-ci
539
-
540
- # [1.1.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.0.1...@toptal/davinci-ci@1.1.0) (2020-09-22)
541
-
542
- ### Features
543
-
544
- - **ci:** [FX-1215] Add uploading source maps when deploying to prod ([#539](https://github.com/toptal/davinci/issues/539)) ([92d3258](https://github.com/toptal/davinci/commit/92d3258))
545
-
546
- ## [1.0.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.0.0...@toptal/davinci-ci@1.0.1) (2020-09-21)
547
-
548
- **Note:** Version bump only for package @toptal/davinci-ci
549
-
550
- # [1.0.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.2.0...@toptal/davinci-ci@1.0.0) (2020-09-18)
551
-
552
- ### Features
553
-
554
- - **engine:** [FX-1215] Add sentry source maps uploading ([#532](https://github.com/toptal/davinci/issues/532)) ([4b16781](https://github.com/toptal/davinci/commit/4b16781))
555
-
556
- ### BREAKING CHANGES
557
-
558
- - **engine:** remove --as-library argument from `davinci engine build` command. `davinci engine compile-package` should be used instead.
559
-
560
- # [0.2.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.2...@toptal/davinci-ci@0.2.0) (2020-09-18)
561
-
562
- ### Features
563
-
564
- - [FX-1073] Add danger local argument ([#531](https://github.com/toptal/davinci/issues/531)) ([64b9726](https://github.com/toptal/davinci/commit/64b9726))
565
-
566
- ## [0.1.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.1...@toptal/davinci-ci@0.1.2) (2020-09-08)
567
-
568
- **Note:** Version bump only for package @toptal/davinci-ci
569
-
570
- ## [0.1.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.74...@toptal/davinci-ci@0.1.1) (2020-09-02)
571
-
572
- **Note:** Version bump only for package @toptal/davinci-ci
573
-
574
- # [0.1.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.74...@toptal/davinci-ci@0.1.0) (2020-09-02)
575
-
576
- **Note:** Version bump only for package @toptal/davinci-ci
577
-
578
- # [0.1.0-alpha.74](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.73...@toptal/davinci-ci@0.1.0-alpha.74) (2020-08-31)
579
-
580
- **Note:** Version bump only for package @toptal/davinci-ci
581
-
582
- # [0.1.0-alpha.73](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.72...@toptal/davinci-ci@0.1.0-alpha.73) (2020-08-31)
583
-
584
- ### Bug Fixes
585
-
586
- - use correct import with danger ([#505](https://github.com/toptal/davinci/issues/505)) ([3e0c95e](https://github.com/toptal/davinci/commit/3e0c95e))
587
-
588
- # [0.1.0-alpha.72](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.71...@toptal/davinci-ci@0.1.0-alpha.72) (2020-08-28)
589
-
590
- **Note:** Version bump only for package @toptal/davinci-ci
591
-
592
- # [0.1.0-alpha.71](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.70...@toptal/davinci-ci@0.1.0-alpha.71) (2020-08-27)
593
-
594
- ### Features
595
-
596
- - alpha release support for monorepos ([#498](https://github.com/toptal/davinci/issues/498)) ([b576347](https://github.com/toptal/davinci/commit/b576347))
597
-
598
- # [0.1.0-alpha.70](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.69...@toptal/davinci-ci@0.1.0-alpha.70) (2020-08-13)
599
-
600
- ### Bug Fixes
601
-
602
- - add build discard policy for staff build release ([#492](https://github.com/toptal/davinci/issues/492)) ([d93ec50](https://github.com/toptal/davinci/commit/d93ec50))
603
-
604
- # [0.1.0-alpha.69](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.68...@toptal/davinci-ci@0.1.0-alpha.69) (2020-08-12)
605
-
606
- ### Features
607
-
608
- - [GOLD-76] Build image accept alias versions, pass latest version in master-main ([#490](https://github.com/toptal/davinci/issues/490)) ([4cc335f](https://github.com/toptal/davinci/commit/4cc335f))
609
-
610
- # [0.1.0-alpha.68](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.67...@toptal/davinci-ci@0.1.0-alpha.68) (2020-08-10)
611
-
612
- ### Bug Fixes
613
-
614
- - **ci:** fix failure message in alpha package ([#488](https://github.com/toptal/davinci/issues/488)) ([266a2af](https://github.com/toptal/davinci/commit/266a2af))
615
-
616
- # [0.1.0-alpha.67](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.66...@toptal/davinci-ci@0.1.0-alpha.67) (2020-08-10)
617
-
618
- ### Bug Fixes
619
-
620
- - [FX-1084] Increase timeout alpha package ([#485](https://github.com/toptal/davinci/issues/485)) ([388a310](https://github.com/toptal/davinci/commit/388a310))
621
-
622
- # [0.1.0-alpha.66](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.65...@toptal/davinci-ci@0.1.0-alpha.66) (2020-08-10)
623
-
624
- ### Bug Fixes
625
-
626
- - **ci:** fix docker permissions ([#484](https://github.com/toptal/davinci/issues/484)) ([1d312d1](https://github.com/toptal/davinci/commit/1d312d1))
627
-
628
- # [0.1.0-alpha.65](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.64...@toptal/davinci-ci@0.1.0-alpha.65) (2020-08-10)
629
-
630
- **Note:** Version bump only for package @toptal/davinci-ci
631
-
632
- # [0.1.0-alpha.64](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.63...@toptal/davinci-ci@0.1.0-alpha.64) (2020-08-10)
633
-
634
- ### Bug Fixes
635
-
636
- - **ci:** make docker container smaller by removing yarn cache ([#478](https://github.com/toptal/davinci/issues/478)) ([23ac3c5](https://github.com/toptal/davinci/commit/23ac3c5))
637
-
638
- # [0.1.0-alpha.63](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.62...@toptal/davinci-ci@0.1.0-alpha.63) (2020-08-07)
639
-
640
- ### Bug Fixes
641
-
642
- - **ci:** fix for missing changelog file projects ([#481](https://github.com/toptal/davinci/issues/481)) ([7a61885](https://github.com/toptal/davinci/commit/7a61885))
643
-
644
- # [0.1.0-alpha.62](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.61...@toptal/davinci-ci@0.1.0-alpha.62) (2020-08-07)
645
-
646
- ### Bug Fixes
647
-
648
- - [FX-1084] Fix npmrc file in docker build image ([#477](https://github.com/toptal/davinci/issues/477)) ([46217cc](https://github.com/toptal/davinci/commit/46217cc))
649
-
650
- # [0.1.0-alpha.61](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.60...@toptal/davinci-ci@0.1.0-alpha.61) (2020-08-07)
651
-
652
- ### Bug Fixes
653
-
654
- - [FX-1084] Create new alpha version based on versions in npm ([#474](https://github.com/toptal/davinci/issues/474)) ([205c509](https://github.com/toptal/davinci/commit/205c509))
655
-
656
- # [0.1.0-alpha.60](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.59...@toptal/davinci-ci@0.1.0-alpha.60) (2020-08-06)
657
-
658
- ### Bug Fixes
659
-
660
- - fix permission for changelog file ([#475](https://github.com/toptal/davinci/issues/475)) ([084a17c](https://github.com/toptal/davinci/commit/084a17c))
661
-
662
- # [0.1.0-alpha.59](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.58...@toptal/davinci-ci@0.1.0-alpha.59) (2020-08-06)
663
-
664
- ### Bug Fixes
665
-
666
- - [FX-1084] Fix alpha publish package ([#473](https://github.com/toptal/davinci/issues/473)) ([3a42e9f](https://github.com/toptal/davinci/commit/3a42e9f))
667
-
668
- # [0.1.0-alpha.58](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.57...@toptal/davinci-ci@0.1.0-alpha.58) (2020-08-06)
669
-
670
- ### Features
671
-
672
- - **engine:** [FX-1084] Add alpha publish package command ([#472](https://github.com/toptal/davinci/issues/472)) ([c7401a6](https://github.com/toptal/davinci/commit/c7401a6))
673
-
674
- # [0.1.0-alpha.57](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.56...@toptal/davinci-ci@0.1.0-alpha.57) (2020-08-03)
675
-
676
- ### Bug Fixes
677
-
678
- - increase timeout for build-image job ([#470](https://github.com/toptal/davinci/issues/470)) ([42a26de](https://github.com/toptal/davinci/commit/42a26de))
679
-
680
- # [0.1.0-alpha.56](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.55...@toptal/davinci-ci@0.1.0-alpha.56) (2020-07-30)
681
-
682
- **Note:** Version bump only for package @toptal/davinci-ci
683
-
684
- # [0.1.0-alpha.55](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.54...@toptal/davinci-ci@0.1.0-alpha.55) (2020-07-30)
685
-
686
- **Note:** Version bump only for package @toptal/davinci-ci
687
-
688
- # [0.1.0-alpha.54](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.53...@toptal/davinci-ci@0.1.0-alpha.54) (2020-07-29)
689
-
690
- **Note:** Version bump only for package @toptal/davinci-ci
691
-
692
- # [0.1.0-alpha.53](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.52...@toptal/davinci-ci@0.1.0-alpha.53) (2020-07-23)
693
-
694
- ### Bug Fixes
695
-
696
- - missing jobHelper variable ([#456](https://github.com/toptal/davinci/issues/456)) ([052c0b7](https://github.com/toptal/davinci/commit/052c0b7))
697
-
698
- # [0.1.0-alpha.52](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.51...@toptal/davinci-ci@0.1.0-alpha.52) (2020-07-22)
699
-
700
- **Note:** Version bump only for package @toptal/davinci-ci
701
-
702
- # [0.1.0-alpha.51](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.50...@toptal/davinci-ci@0.1.0-alpha.51) (2020-07-15)
703
-
704
- ### Bug Fixes
705
-
706
- - **ci:** fix deploy job trigger from master main ([#446](https://github.com/toptal/davinci/issues/446)) ([237f4a4](https://github.com/toptal/davinci/commit/237f4a4))
707
-
708
- # [0.1.0-alpha.50](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.49...@toptal/davinci-ci@0.1.0-alpha.50) (2020-07-14)
709
-
710
- ### Bug Fixes
711
-
712
- - **ci:** Fix the release job name ([#445](https://github.com/toptal/davinci/issues/445)) ([53e5806](https://github.com/toptal/davinci/commit/53e5806))
713
-
714
- # [0.1.0-alpha.49](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.48...@toptal/davinci-ci@0.1.0-alpha.49) (2020-07-14)
715
-
716
- ### Bug Fixes
717
-
718
- - **ci:** add pattern for variable template ([#439](https://github.com/toptal/davinci/issues/439)) ([a49cb3f](https://github.com/toptal/davinci/commit/a49cb3f))
719
-
720
- # [0.1.0-alpha.48](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.47...@toptal/davinci-ci@0.1.0-alpha.48) (2020-07-13)
721
-
722
- ### Features
723
-
724
- - increase docker image build timeout ([#442](https://github.com/toptal/davinci/issues/442)) ([81fcc7c](https://github.com/toptal/davinci/commit/81fcc7c))
725
-
726
- # [0.1.0-alpha.47](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.46...@toptal/davinci-ci@0.1.0-alpha.47) (2020-07-01)
727
-
728
- ### Bug Fixes
729
-
730
- - **ci:** fix consumer verify job creation ([#434](https://github.com/toptal/davinci/issues/434)) ([94237d4](https://github.com/toptal/davinci/commit/94237d4))
731
-
732
- # [0.1.0-alpha.46](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.45...@toptal/davinci-ci@0.1.0-alpha.46) (2020-07-01)
733
-
734
- ### Bug Fixes
735
-
736
- - **ci:** fix creation of consumer-verify job ([#433](https://github.com/toptal/davinci/issues/433)) ([df9449f](https://github.com/toptal/davinci/commit/df9449f))
737
-
738
- # [0.1.0-alpha.45](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.44...@toptal/davinci-ci@0.1.0-alpha.45) (2020-07-01)
739
-
740
- ### Bug Fixes
741
-
742
- - **ci:** bump node version in dockerfile ([#432](https://github.com/toptal/davinci/issues/432)) ([6c71ecb](https://github.com/toptal/davinci/commit/6c71ecb))
743
-
744
- # [0.1.0-alpha.44](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.43...@toptal/davinci-ci@0.1.0-alpha.44) (2020-06-30)
745
-
746
- ### Bug Fixes
747
-
748
- - **ci:** fix pr-tests job ([#431](https://github.com/toptal/davinci/issues/431)) ([5c5439e](https://github.com/toptal/davinci/commit/5c5439e))
749
-
750
- # [0.1.0-alpha.43](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.42...@toptal/davinci-ci@0.1.0-alpha.43) (2020-06-30)
751
-
752
- ### Bug Fixes
753
-
754
- - **ci:** fix consumer-contracts-verify job xml ([#428](https://github.com/toptal/davinci/issues/428)) ([b4efab6](https://github.com/toptal/davinci/commit/b4efab6))
755
-
756
- # [0.1.0-alpha.42](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.41...@toptal/davinci-ci@0.1.0-alpha.42) (2020-06-25)
757
-
758
- **Note:** Version bump only for package @toptal/davinci-ci
759
-
760
- # [0.1.0-alpha.41](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.40...@toptal/davinci-ci@0.1.0-alpha.41) (2020-06-24)
761
-
762
- ### Bug Fixes
763
-
764
- - **ci:** [FX-1024] Fix code coverage reporting ([#419](https://github.com/toptal/davinci/issues/419)) ([e2e52ca](https://github.com/toptal/davinci/commit/e2e52ca))
765
-
766
- # [0.1.0-alpha.40](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.39...@toptal/davinci-ci@0.1.0-alpha.40) (2020-06-16)
767
-
768
- ### Bug Fixes
769
-
770
- - [FX-982] Fix for davinci.yaml message ([#413](https://github.com/toptal/davinci/issues/413)) ([fca0952](https://github.com/toptal/davinci/commit/fca0952))
771
-
772
- # [0.1.0-alpha.39](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.38...@toptal/davinci-ci@0.1.0-alpha.39) (2020-06-16)
773
-
774
- ### Features
775
-
776
- - [FX-982] Add publish, pact, deploy master main stages ([#408](https://github.com/toptal/davinci/issues/408)) ([7d90d94](https://github.com/toptal/davinci/commit/7d90d94))
777
-
778
- # [0.1.0-alpha.38](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.37...@toptal/davinci-ci@0.1.0-alpha.38) (2020-06-15)
779
-
780
- **Note:** Version bump only for package @toptal/davinci-ci
781
-
782
- # [0.1.0-alpha.37](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.36...@toptal/davinci-ci@0.1.0-alpha.37) (2020-06-15)
783
-
784
- ### Features
785
-
786
- - consumer-contracts-verify job ([#404](https://github.com/toptal/davinci/issues/404)) ([dd20ebc](https://github.com/toptal/davinci/commit/dd20ebc))
787
-
788
- # [0.1.0-alpha.36](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.35...@toptal/davinci-ci@0.1.0-alpha.36) (2020-06-10)
789
-
790
- ### Bug Fixes
791
-
792
- - **dangerjs:** add support for 4 letters JIRA id ([#406](https://github.com/toptal/davinci/issues/406)) ([d25d98d](https://github.com/toptal/davinci/commit/d25d98d))
793
-
794
- # [0.1.0-alpha.35](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.34...@toptal/davinci-ci@0.1.0-alpha.35) (2020-06-08)
795
-
796
- **Note:** Version bump only for package @toptal/davinci-ci
797
-
798
- # [0.1.0-alpha.34](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.33...@toptal/davinci-ci@0.1.0-alpha.34) (2020-06-08)
799
-
800
- **Note:** Version bump only for package @toptal/davinci-ci
801
-
802
- # [0.1.0-alpha.33](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.32...@toptal/davinci-ci@0.1.0-alpha.33) (2020-06-02)
803
-
804
- ### Bug Fixes
805
-
806
- - **CI:** fix commit param ([#388](https://github.com/toptal/davinci/issues/388)) ([486b67d](https://github.com/toptal/davinci/commit/486b67d))
807
-
808
- # [0.1.0-alpha.32](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.31...@toptal/davinci-ci@0.1.0-alpha.32) (2020-05-22)
809
-
810
- **Note:** Version bump only for package @toptal/davinci-ci
811
-
812
- # [0.1.0-alpha.31](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.30...@toptal/davinci-ci@0.1.0-alpha.31) (2020-05-22)
813
-
814
- ### Features
815
-
816
- - add default bullhorn channels to the master-main build ([#369](https://github.com/toptal/davinci/issues/369)) ([b0f2ed9](https://github.com/toptal/davinci/commit/b0f2ed9))
817
-
818
- # [0.1.0-alpha.30](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.29...@toptal/davinci-ci@0.1.0-alpha.30) (2020-05-22)
819
-
820
- **Note:** Version bump only for package @toptal/davinci-ci
821
-
822
- # [0.1.0-alpha.29](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.28...@toptal/davinci-ci@0.1.0-alpha.29) (2020-05-22)
823
-
824
- **Note:** Version bump only for package @toptal/davinci-ci
825
-
826
- # [0.1.0-alpha.28](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.27...@toptal/davinci-ci@0.1.0-alpha.28) (2020-05-21)
827
-
828
- **Note:** Version bump only for package @toptal/davinci-ci
829
-
830
- # [0.1.0-alpha.27](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.26...@toptal/davinci-ci@0.1.0-alpha.27) (2020-04-29)
831
-
832
- ### Bug Fixes
833
-
834
- - **ci:** fix davinci branch default value ([#348](https://github.com/toptal/davinci/issues/348)) ([52ff904](https://github.com/toptal/davinci/commit/52ff904))
835
-
836
- # [0.1.0-alpha.26](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.25...@toptal/davinci-ci@0.1.0-alpha.26) (2020-04-29)
837
-
838
- ### Bug Fixes
839
-
840
- - **ci:** fix deploy trigger job ([#345](https://github.com/toptal/davinci/issues/345)) ([3eb51bf](https://github.com/toptal/davinci/commit/3eb51bf))
841
-
842
- # [0.1.0-alpha.25](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.24...@toptal/davinci-ci@0.1.0-alpha.25) (2020-04-28)
843
-
844
- ### Bug Fixes
845
-
846
- - **ci:** fix configuration yaml key for inf-helm config ([#344](https://github.com/toptal/davinci/issues/344)) ([42dd4c6](https://github.com/toptal/davinci/commit/42dd4c6))
847
-
848
- # [0.1.0-alpha.24](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.23...@toptal/davinci-ci@0.1.0-alpha.24) (2020-04-27)
849
-
850
- ### Features
851
-
852
- - **ci:** [SP-954] Add deploy-helm-run job ([#332](https://github.com/toptal/davinci/issues/332)) ([a7da1e9](https://github.com/toptal/davinci/commit/a7da1e9))
853
-
854
- # [0.1.0-alpha.23](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.22...@toptal/davinci-ci@0.1.0-alpha.23) (2020-04-27)
855
-
856
- **Note:** Version bump only for package @toptal/davinci-ci
857
-
858
- # [0.1.0-alpha.22](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.21...@toptal/davinci-ci@0.1.0-alpha.22) (2020-04-23)
859
-
860
- ### Bug Fixes
861
-
862
- - **ci:** increase main master job timeout ([#336](https://github.com/toptal/davinci/issues/336)) ([7860a9a](https://github.com/toptal/davinci/commit/7860a9a))
863
-
864
- # [0.1.0-alpha.21](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.20...@toptal/davinci-ci@0.1.0-alpha.21) (2020-04-21)
865
-
866
- ### Features
867
-
868
- - consume NPM_TOKEN inside code metrics run ([#334](https://github.com/toptal/davinci/issues/334)) ([bdd740d](https://github.com/toptal/davinci/commit/bdd740d))
869
-
870
- # [0.1.0-alpha.20](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.19...@toptal/davinci-ci@0.1.0-alpha.20) (2020-04-20)
871
-
872
- ### Bug Fixes
873
-
874
- - **ci:** fix a separator in entrypoint for release build ([#330](https://github.com/toptal/davinci/issues/330)) ([1b316bb](https://github.com/toptal/davinci/commit/1b316bb))
875
-
876
- # [0.1.0-alpha.19](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.18...@toptal/davinci-ci@0.1.0-alpha.19) (2020-04-20)
877
-
878
- ### Bug Fixes
879
-
880
- - **ci:** fix entrypoint for docker releases ([#328](https://github.com/toptal/davinci/issues/328)) ([c821b54](https://github.com/toptal/davinci/commit/c821b54))
881
-
882
- # [0.1.0-alpha.18](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.17...@toptal/davinci-ci@0.1.0-alpha.18) (2020-04-17)
883
-
884
- ### Features
885
-
886
- - add master-main job ([#325](https://github.com/toptal/davinci/issues/325)) ([b1547cf](https://github.com/toptal/davinci/commit/b1547cf))
887
-
888
- # [0.1.0-alpha.17](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.15...@toptal/davinci-ci@0.1.0-alpha.17) (2020-04-17)
889
-
890
- ### Bug Fixes
891
-
892
- - **ci:** [SPC-146] Rollback nginx config ([#319](https://github.com/toptal/davinci/issues/319)) ([477972b](https://github.com/toptal/davinci/commit/477972b))
893
-
894
- ### Features
895
-
896
- - add code metrics command ([#320](https://github.com/toptal/davinci/issues/320)) ([edfeb21](https://github.com/toptal/davinci/commit/edfeb21))
897
-
898
- # [0.1.0-alpha.16](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.15...@toptal/davinci-ci@0.1.0-alpha.16) (2020-04-16)
899
-
900
- ### Bug Fixes
901
-
902
- - **ci:** [SPC-146] Rollback nginx config ([#319](https://github.com/toptal/davinci/issues/319)) ([477972b](https://github.com/toptal/davinci/commit/477972b))
903
-
904
- # [0.1.0-alpha.15](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.14...@toptal/davinci-ci@0.1.0-alpha.15) (2020-04-16)
905
-
906
- ### Features
907
-
908
- - [SPC-146] add env processing for build image ci job ([#316](https://github.com/toptal/davinci/issues/316)) ([4e207ca](https://github.com/toptal/davinci/commit/4e207ca))
909
-
910
- # [0.1.0-alpha.14](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.13...@toptal/davinci-ci@0.1.0-alpha.14) (2020-04-08)
911
-
912
- ### Features
913
-
914
- - **ci:** add support for environment variables in helm job([#293](https://github.com/toptal/davinci/issues/293)) ([d634cc0](https://github.com/toptal/davinci/commit/d634cc0))
915
-
916
- # [0.1.0-alpha.13](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.12...@toptal/davinci-ci@0.1.0-alpha.13) (2020-03-27)
917
-
918
- ### Features
919
-
920
- - **ci:** add npm read-only token for the build-image process ([#294](https://github.com/toptal/davinci/issues/294)) ([a741fab](https://github.com/toptal/davinci/commit/a741fab))
921
-
922
- # [0.1.0-alpha.12](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.11...@toptal/davinci-ci@0.1.0-alpha.12) (2020-03-26)
923
-
924
- **Note:** Version bump only for package @toptal/davinci-ci
925
-
926
- # [0.1.0-alpha.11](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.10...@toptal/davinci-ci@0.1.0-alpha.11) (2020-03-26)
927
-
928
- **Note:** Version bump only for package @toptal/davinci-ci
929
-
930
- # [0.1.0-alpha.10](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.9...@toptal/davinci-ci@0.1.0-alpha.10) (2020-03-25)
931
-
932
- ### Features
933
-
934
- - [FX-840] Add davinci-ci-job-creator ([#285](https://github.com/toptal/davinci/issues/285)) ([d466a13](https://github.com/toptal/davinci/commit/d466a13))
935
-
936
- # [0.1.0-alpha.9](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.8...@toptal/davinci-ci@0.1.0-alpha.9) (2020-03-19)
937
-
938
- **Note:** Version bump only for package @toptal/davinci-ci
939
-
940
- # [0.1.0-alpha.8](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.7...@toptal/davinci-ci@0.1.0-alpha.8) (2020-03-19)
941
-
942
- **Note:** Version bump only for package @toptal/davinci-ci
943
-
944
- # [0.1.0-alpha.7](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.6...@toptal/davinci-ci@0.1.0-alpha.7) (2020-03-17)
945
-
946
- ### Features
947
-
948
- - **ci:** replace GH PR Builder with GH PR plugin ([#279](https://github.com/toptal/davinci/issues/279)) ([54d8d7e](https://github.com/toptal/davinci/commit/54d8d7e))
949
-
950
- # [0.1.0-alpha.6](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.5...@toptal/davinci-ci@0.1.0-alpha.6) (2020-03-11)
951
-
952
- **Note:** Version bump only for package @toptal/davinci-ci
953
-
954
- # [0.1.0-alpha.5](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.4...@toptal/davinci-ci@0.1.0-alpha.5) (2020-03-09)
955
-
956
- **Note:** Version bump only for package @toptal/davinci-ci
957
-
958
- # [0.1.0-alpha.4](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.3...@toptal/davinci-ci@0.1.0-alpha.4) (2020-02-17)
959
-
960
- **Note:** Version bump only for package @toptal/davinci-ci
961
-
962
- # [0.1.0-alpha.3](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.2...@toptal/davinci-ci@0.1.0-alpha.3) (2020-02-14)
963
-
964
- ### Features
965
-
966
- - **ci:** implement deployment step to temploy via helm ([#227](https://github.com/toptal/davinci/issues/227)) ([91fe563](https://github.com/toptal/davinci/commit/91fe563))
967
-
968
- # [0.1.0-alpha.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.1...@toptal/davinci-ci@0.1.0-alpha.2) (2020-02-10)
969
-
970
- ### Features
971
-
972
- - [FX-755] Enable danger checks on ci ([#235](https://github.com/toptal/davinci/issues/235)) ([cfabea4](https://github.com/toptal/davinci/commit/cfabea4))
973
-
974
- # 0.1.0-alpha.1 (2020-02-06)
975
-
976
- ### Features
977
-
978
- - **ci:** add davinci/ci pkg with pr-tests jenkinsfile ([#208](https://github.com/toptal/davinci/issues/208)) ([ec3eef1](https://github.com/toptal/davinci/commit/ec3eef1))