@toptal/davinci-ci 1.13.4-alpha-fx-2225-create-an-eslint-rule-regarding-usage-fc-in-the-components.1340 → 1.14.1-alpha-fx-2286-add-alpha-release-gh-action.0
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 1.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#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
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`850d14f9`](https://github.com/toptal/davinci/commit/850d14f9574d6b32abe6425e3f3248afb1d2e0b4)]:
|
|
14
|
+
- @toptal/davinci-cli-shared@1.5.0
|
|
15
|
+
|
|
3
16
|
## 1.13.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-ci",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.1-alpha-fx-2286-add-alpha-release-gh-action.0+ca98286",
|
|
4
4
|
"description": "Continuos integrations tools for frontend projects",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@commitlint/cli": "^12.1.4",
|
|
34
34
|
"@commitlint/config-conventional": "^12.1.4",
|
|
35
|
-
"@toptal/davinci-cli-shared": "1.
|
|
35
|
+
"@toptal/davinci-cli-shared": "1.5.1-alpha-fx-2286-add-alpha-release-gh-action.0+ca98286",
|
|
36
36
|
"danger": "^10.7.1",
|
|
37
37
|
"markdown-table": "^2.0.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "ca982865f3273fdc3e88d47028be0056f4c1833a"
|
|
40
40
|
}
|
package/src/commands/danger.js
CHANGED
|
@@ -126,7 +126,7 @@ pipeline {
|
|
|
126
126
|
-v ${PWD}/.git:/app/.git \
|
|
127
127
|
gcr.io/toptal-hub/${repositoryName}:${commitId} \
|
|
128
128
|
/bin/bash -c "yarn ${params.BUILD_PACKAGE_SCRIPT_NAME} && \
|
|
129
|
-
|
|
129
|
+
yarn davinci engine publish-package \
|
|
130
130
|
--alpha \
|
|
131
131
|
--outputVersion /artifacts/.version \
|
|
132
132
|
--branch ${sourceBranch}"
|