From ecdd6c89c71095c854eb52a4fd892a01fb8354dd Mon Sep 17 00:00:00 2001 From: Rafael Bradley Date: Sat, 15 Mar 2025 11:50:27 -0300 Subject: [PATCH] build: :bookmark: Add `with-uv:3.12-alpine` scope to VSCode's conventional commits. --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index c14f830..422b5c3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "conventionalCommits.scopes": [ + "with-uv:3.12-alpine", "with-uv:3.13.2-alpine" ] } \ No newline at end of file