From 0233309ab57511411d54452381c42b7d698e7b15 Mon Sep 17 00:00:00 2001 From: Tim Stone Date: Fri, 29 Nov 2024 07:23:42 +1000 Subject: [PATCH] chore(config): remove version tracking from theme file - Remove version tracking from theme file in release-please config - Remove version field from theme file --- release-please-config.json | 9 +-------- themes/urban-twilight-teal-theme.json | 1 - 2 files changed, 1 insertion(+), 9 deletions(-) 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 "],