Skip to content

Commit 1d89cad

Browse files
author
Ricardo Zambon
committed
ci: adjust category and git update final version
1 parent 11823f9 commit 1d89cad

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,14 @@
6363
]
6464
}
6565
],
66-
"@semantic-release/git",
66+
[
67+
"@semantic-release/git",
68+
{
69+
"assets": [
70+
"vss-extension.json"
71+
]
72+
}
73+
],
6774
[
6875
"@semantic-release/exec",
6976
{
@@ -80,7 +87,7 @@
8087
],
8188
{
8289
"path": "*.vsix",
83-
"name": "devops-markdown-text-control-${nextRelease.gitTag}.zip",
90+
"name": "devops-markdown-text-control-${nextRelease.gitTag}.vsgit pix",
8491
"label": "DevOps Markdown Text Control ${nextRelease.gitTag}"
8592
}
8693
]

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Markdown Text Control",
77
"description": "A custom control to display markdown data",
88
"public": false,
9-
"categories": [ "Plan and track" ],
9+
"categories": [ "Azure Boards" ],
1010
"scopes": ["vso.work", "vso.work_write"],
1111
"icons": {
1212
"default": "static/images/MarketplaceLogo.jpg"

0 commit comments

Comments
 (0)