@daiyam/artifact-lang-js 0.12.5 → 0.12.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-lang-js",
3
- "version": "0.12.5",
3
+ "version": "0.12.6",
4
4
  "description": "The base configuration for my javascript projects",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "e51847abb818409ee0a0c1bab446e149886dd4ce"
34
+ "gitHead": "0fd5659c24641df5622764729744ec27e48ffc65"
35
35
  }
@@ -48,7 +48,7 @@ jobs:
48
48
  - name: Lint commit
49
49
  run: |
50
50
  if [[ "${BASE_SHA}" = "0000000000000000000000000000000000000000" ]]; then
51
- npx commitlint --from HEAD^ --verbose
51
+ npx commitlint --to HEAD --verbose
52
52
  else
53
53
  npx commitlint --from "${BASE_SHA}" --to "${HEAD_SHA}" --verbose
54
54
  fi
@@ -48,7 +48,7 @@ jobs:
48
48
  - name: Lint commit
49
49
  run: |
50
50
  if [[ "${BASE_SHA}" = "0000000000000000000000000000000000000000" ]]; then
51
- npx commitlint --from HEAD^ --verbose
51
+ npx commitlint --to HEAD --verbose
52
52
  else
53
53
  npx commitlint --from "${BASE_SHA}" --to "${HEAD_SHA}" --verbose
54
54
  fi