diff --git a/release-please-config.json b/release-please-config.json index a6abb0d..5317233 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -21,14 +21,7 @@ { "type": "test", "section": "DX Testing", "hidden": false }, { "type": "ci", "section": "DX Continuous Integrations", "hidden": false } ], - "bump-minor-pre-major": true, - "extra-files": [ - { - "type": "json", - "path": "themes/urban-twilight-teal-theme.json", - "jsonpath": "version" - } - ] + "bump-minor-pre-major": true } } } diff --git a/themes/urban-twilight-teal-theme.json b/themes/urban-twilight-teal-theme.json index 2ed0703..78f409a 100644 --- a/themes/urban-twilight-teal-theme.json +++ b/themes/urban-twilight-teal-theme.json @@ -2,7 +2,6 @@ "$schema": "vscode://schemas/color-theme", "name": "Urban Twilight Teal Theme", "description": "A modern VS Code theme inspired by Tokyo Night, featuring teal accents, balanced contrast for all-day usability, and vibrant syntax highlighting.", - "version": "0.1.7", "publisher": "tpsTech", "author": "tsdevau", "maintainers": ["tsdevau "],