Skip to content

Commit 43d4377

Browse files
committed
Derive version from tag
Signed-off-by: James Ostrander <jostrand@redhat.com>
1 parent beda05f commit 43d4377

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
node-version: 20
2020

21+
- name: Set version from tag
22+
run: npm version "${GITHUB_REF_NAME#v}" --no-git-tag-version
23+
2124
- run: npm ci
2225

2326
- name: Build VSIX

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ignition-mcp",
33
"displayName": "Ignition MCP - Tasks & Launch",
44
"description": "Expose Tasks & Launch configurations to MCP! Let AI assistants run builds, tests, and debug sessions",
5-
"version": "0.3.0",
5+
"version": "0.0.0-dev",
66
"preview": true,
77
"publisher": "jostrand",
88
"license": "MIT",

0 commit comments

Comments
 (0)