@gpc-cli/plugin-ci 0.1.2 → 0.9.4
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/README.md +7 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -60,14 +60,14 @@ if (ci.hasStepSummary) {
|
|
|
60
60
|
|
|
61
61
|
## CI Detection
|
|
62
62
|
|
|
63
|
-
| Provider
|
|
64
|
-
|
|
63
|
+
| Provider | Detected By |
|
|
64
|
+
| -------------- | ---------------- |
|
|
65
65
|
| GitHub Actions | `GITHUB_ACTIONS` |
|
|
66
|
-
| GitLab CI
|
|
67
|
-
| Jenkins
|
|
68
|
-
| CircleCI
|
|
69
|
-
| Bitrise
|
|
70
|
-
| Generic CI
|
|
66
|
+
| GitLab CI | `GITLAB_CI` |
|
|
67
|
+
| Jenkins | `JENKINS_URL` |
|
|
68
|
+
| CircleCI | `CIRCLECI` |
|
|
69
|
+
| Bitrise | `BITRISE_IO` |
|
|
70
|
+
| Generic CI | `CI` |
|
|
71
71
|
|
|
72
72
|
## Part of the GPC Monorepo
|
|
73
73
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gpc-cli/plugin-ci",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.4",
|
|
4
4
|
"description": "CI/CD helpers for GPC",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@gpc-cli/plugin-sdk": "0.
|
|
18
|
+
"@gpc-cli/plugin-sdk": "0.9.4"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.3.5"
|