Skip to content

Commit

Permalink
chore(config): remove version tracking from theme file
Browse files Browse the repository at this point in the history
- Remove version tracking from theme file in release-please config
- Remove version field from theme file
  • Loading branch information
tsdevau committed Nov 28, 2024
1 parent 22647a1 commit 0233309
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 1 addition & 8 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
1 change: 0 additions & 1 deletion themes/urban-twilight-teal-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <github@tsdev.au>"],
Expand Down

0 comments on commit 0233309

Please sign in to comment.