File tree Expand file tree Collapse file tree 5 files changed +11
-47
lines changed Expand file tree Collapse file tree 5 files changed +11
-47
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ on: [push]
4
4
5
5
jobs :
6
6
unitlint :
7
+ if : github.repository == 'aws-cloudformation/cfn-lint' && github.ref_name == 'main'
7
8
runs-on : ${{ matrix.os }}
8
9
strategy :
9
10
matrix :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ### v1.38.0
2
+ ## What's Changed
3
+ * Improve condition processing by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4187
4
+ * Update CloudFormation schemas to 2025-07-14 by @github-actions [ bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4181
5
+
6
+ ** Full Changelog** : https://github.com/aws-cloudformation/cfn-lint/compare/v1.37.2...v1.38.0
7
+
1
8
### v1.37.2
2
9
## What's Changed
3
10
* Fix template check when using cli by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4183
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ If you'd like cfn-lint to be run automatically when making changes to files in y
345
345
``` yaml
346
346
repos :
347
347
- repo : https://github.com/aws-cloudformation/cfn-lint
348
- rev : v1.37.2 # The version of cfn-lint to use
348
+ rev : v1.38.0 # The version of cfn-lint to use
349
349
hooks :
350
350
- id : cfn-lint
351
351
files : path/to/cfn/dir/.*\.(json|yml|yaml)$
@@ -356,7 +356,7 @@ If you are using a `.cfnlintrc` and specifying the `templates` or `ignore_templa
356
356
` ` ` yaml
357
357
repos:
358
358
- repo: https://github.com/aws-cloudformation/cfn-lint
359
- rev: v1.37.2 # The version of cfn-lint to use
359
+ rev: v1.38.0 # The version of cfn-lint to use
360
360
hooks:
361
361
- id: cfn-lint-rc
362
362
` ` `
Original file line number Diff line number Diff line change 3
3
SPDX-License-Identifier: MIT-0
4
4
"""
5
5
6
- __version__ = "1.37.2 "
6
+ __version__ = "1.38.0 "
You can’t perform that action at this time.
0 commit comments