Nikolay Vitkov
af17797f3b
build: fix the updating of plugins ( #2147 )
...
Closes #2121
2026-05-27 11:15:46 +00:00
Nikolay Vitkov
8ea5f098ef
fix: use pinned version for plugins ( #2135 )
...
The regex used to match the versions is
```js
const regex = /(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)(-(?<preRelease>[\w.]+))?(\+(?<build>[-\w.]+))?/
```
And they replace what was matched.
Closes https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/2121
2026-05-26 13:22:03 +00:00
Gilberto Cocchi
10c82055d8
feat: created cursor plugin.json setting file with release auto versioning ( #2091 )
...
Update changes as per #2090
2026-05-21 12:56:36 +00:00
yulunz
6a371144d2
chore: adding metadata file for the VS code plugin ( #1236 )
...
This is part of bundling the MCP server and the skills as an "agent
plugin" for VS code.
The marketplace file is being added into github's repo as an [external
plugin](https://github.com/github/awesome-copilot?tab=contributing-ov-file#adding-external-plugins )
([PR](https://github.com/github/awesome-copilot/pull/1161 )).
[Here](https://code.visualstudio.com/docs/copilot/customization/agent-plugins#_configure-plugin-marketplaces )
is the general instructions for the agent plugin.
With that we still need the plugin metadata file in our repo. This file
should specify the version and we should update each time we release.
The version here will silently override the version in the marketplace
file
([doc](https://code.claude.com/docs/en/plugin-marketplaces#version-resolution-and-release-channels )).
The version in the marketplace file is a dummy.
2026-04-02 06:19:49 +00:00
Nikolay Vitkov
966b86f3aa
fix: versioning for Claude Code plugin ( #1233 )
...
Currently we provide latest, but this means that Claude Code plugin
check if there was an update and skips updating.
2026-03-24 15:29:23 +00:00
Nikolay Vitkov
65ef052a8b
ci: update Change log sections ( #1116 )
...
You will need to force re-run the release CL for this to take effect.
2026-03-05 11:20:56 +00:00
Nikolay Vitkov
0106865aad
refactor: extract version in a seprate file ( #1032 )
2026-02-24 14:22:26 +00:00
Nikolay Vitkov
aa6a91e1d3
chore: provide more info for releases ( #400 )
2025-10-16 15:31:43 +00:00
Nikolay Vitkov
b1d239ece1
refactor: use release-please to bump version in files ( #349 )
2025-10-12 11:14:27 +00:00
Alex Rudenko
a4aa186666
ci: actual release-please ( #8 )
...
disable npm publishing for now.
2025-09-11 11:56:08 +00:00