File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### v1.37.2
2
+ ## What's Changed
3
+ * Fix template check when using cli by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4183
4
+
5
+ ** Full Changelog** : https://github.com/aws-cloudformation/cfn-lint/compare/v1.37.1...v1.37.2
6
+
1
7
### v1.37.1
2
8
## What's Changed
3
9
* Create API for just taking a config by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4177
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.1 # The version of cfn-lint to use
348
+ rev : v1.37.2 # 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.1 # The version of cfn-lint to use
359
+ rev: v1.37.2 # 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.1 "
6
+ __version__ = "1.37.2 "
You can’t perform that action at this time.
0 commit comments