carson 2.15.3 → 2.15.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b0c21d5ea31230fc4612636239e9de191266fa2d34b2cce7ea7259ac41f931a2
4
- data.tar.gz: 3af15a3d35fa85c7ab0b0af8113f4f7210ad3b95097767c1e8056c6c75b02c56
3
+ metadata.gz: 1aaa71b00dc2ea0269042f7389a9b2d3fda1cf3d91b77832d3555dfd2b25f680
4
+ data.tar.gz: 657626d6700eb16f8640c753e4b7d1e7dddd37d358bdfa6df5bd1e2dd3400d79
5
5
  SHA512:
6
- metadata.gz: 4c541901df28b9a174e31fb4e1ce6f2cefda6ec4a8968853cc542cc44490addb6f2b751348c58eb88c9aeb0ac0e010fc4cea5fa8b759c3f6795cb56bc5f6b0f1
7
- data.tar.gz: 7d597b6b65469ad0cf969b960ddd01dace459ba463bebc1749e57d1056a3a2651c9186c6ad8f38d5810994513f75207d75eac0ae6d375d22384fc627d6a54b99
6
+ metadata.gz: 74e9840537605c3e3a75c5b6ad26eb76f06e9f8d9b2cdf564a5b7034fec10187a02e07b51c653a56351eaa4a3f4e58c99eef20a7f876fb75af854247521f829d
7
+ data.tar.gz: 2f79700321e7e920695116f9780f6a64fa7259bc147e9d57e85bc472dfd5adc25b0ab48eefd38b9e5c7863423ac1b6d224fa7d6c56c887f9db6c8ca856d03c14
data/RELEASE.md CHANGED
@@ -5,6 +5,16 @@ Release-note scope rule:
5
5
  - `RELEASE.md` records only version deltas, breaking changes, and migration actions.
6
6
  - Operational usage guides live in `MANUAL.md` and `API.md`.
7
7
 
8
+ ## 2.15.4 — Lint Workflow Fix
9
+
10
+ ### What changed
11
+
12
+ - Removed explicit `LINTER_RULES_PATH: .github/linters` from the Carson Lint workflow template. MegaLinter v8 crashes with `ValueError` when the directory does not exist. The path is already MegaLinter's default — omitting it lets MegaLinter use `.github/linters/` when present and silently skip when absent.
13
+
14
+ ### Migration
15
+
16
+ Run `carson refresh` in governed repositories to pick up the updated workflow.
17
+
8
18
  ## 2.15.3 — Initial Commit Guard
9
19
 
10
20
  ### What changed
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.15.3
1
+ 2.15.4
@@ -20,4 +20,3 @@ jobs:
20
20
  env:
21
21
  VALIDATE_ALL_CODEBASE: false
22
22
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
- LINTER_RULES_PATH: .github/linters
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carson
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.15.3
4
+ version: 2.15.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hailei Wang