We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06a06ce + e84d7ae commit 7db208dCopy full SHA for 7db208d
2 files changed
src/yamlfmt/devcontainer-feature.json
@@ -7,7 +7,7 @@
7
"version": {
8
"type": "string",
9
"proposals": ["v0.14.0", "v0.16.0"],
10
- "default": "v0.18.1",
+ "default": "v0.19.0",
11
"description": "Select or enter yamlfmt version to install."
12
}
13
},
test/yamlfmt/test.sh
@@ -26,7 +26,7 @@ source dev-container-features-test-lib
26
27
# Feature-specific tests
28
# The 'check' command comes from the dev-container-features-test-lib.
29
-check "version" yamlfmt -version | grep '0.18.1'
+check "version" yamlfmt -version | grep '0.19.0'
30
31
# Report result
32
# If any of the checks above exited with a non-zero exit code, the test will fail.
0 commit comments