@greenarmor/ges-cicd-generator 0.4.0 → 0.5.1

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/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -41,7 +41,7 @@ jobs:
41
41
  run: |
42
42
  git config user.name "github-actions[bot]"
43
43
  git config user.email "github-actions[bot]@users.noreply.github.com"
44
- git add .ges/badge.svg README.md || true
44
+ git add badge.svg README.md || true
45
45
  git diff --cached --quiet || git commit -m "Update compliance badge [skip ci]"
46
46
  git push
47
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greenarmor/ges-cicd-generator",
3
- "version": "0.4.0",
3
+ "version": "0.5.1",
4
4
  "type": "module",
5
5
  "description": "GESF CI/CD Generator - GitHub Actions workflow generation",
6
6
  "main": "./dist/index.js",
@@ -12,7 +12,7 @@
12
12
  }
13
13
  },
14
14
  "dependencies": {
15
- "@greenarmor/ges-core": "0.4.0"
15
+ "@greenarmor/ges-core": "0.5.1"
16
16
  },
17
17
  "devDependencies": {
18
18
  "typescript": "^6.0.0",