Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
chore: readd marketplace version, fix name of vsix
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Jan 18, 2018
1 parent 9a74af0 commit 4133b69
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -68,15 +68,15 @@
"semantic-release-vsce",
"@semantic-release/github"
],
"getLastRelease": "semantic-release-vsce",
"getLastRelease": "semantic-release-visualstudio-marketplace-version",
"publish": [
{
"path": "semantic-release-vsce",
"packageVsix": "your-extension.vsix"
"packageVsix": "rbbit.typescript-hero.vsix"
},
{
"path": "@semantic-release/github",
"assets": "your-extension.vsix"
"assets": "rbbit.typescript-hero.vsix"
}
]
},
Expand All @@ -90,6 +90,7 @@
"filewalker": "^0.1.3",
"jest": "^22.1.2",
"semantic-release": "^12.2.2",
"semantic-release-visualstudio-marketplace-version": "^1.0.0",
"semantic-release-vsce": "^1.0.2",
"ts-jest": "^22.0.1",
"tslint": "^5.9.1",
Expand Down
18 changes: 17 additions & 1 deletion yarn.lock
Expand Up @@ -20,6 +20,10 @@
import-from "^2.1.0"
lodash "^4.17.4"

"@semantic-release/error@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-1.0.0.tgz#bb8f8eeedd5c7f8c46f96b37ef39e1b8c376c1cc"

"@semantic-release/error@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-2.1.0.tgz#44771f676f5b148da309111285a97901aa95a6e0"
Expand Down Expand Up @@ -3289,6 +3293,10 @@ lodash.escape@^3.0.0:
dependencies:
lodash._root "^3.0.0"

lodash.get@^4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"

lodash.isarguments@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
Expand Down Expand Up @@ -4367,7 +4375,7 @@ request@2.81.0:
tunnel-agent "^0.6.0"
uuid "^3.0.0"

request@^2.74.0, request@^2.83.0:
request@^2.74.0, request@^2.79.0, request@^2.83.0:
version "2.83.0"
resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356"
dependencies:
Expand Down Expand Up @@ -4512,6 +4520,14 @@ sax@^1.2.1:
version "1.2.4"
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"

semantic-release-visualstudio-marketplace-version@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/semantic-release-visualstudio-marketplace-version/-/semantic-release-visualstudio-marketplace-version-1.0.0.tgz#917ef82ba19ee6a860cf835273a8e0b78778bd2d"
dependencies:
"@semantic-release/error" "^1.0.0"
lodash.get "^4.4.2"
request "^2.79.0"

semantic-release-vsce@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/semantic-release-vsce/-/semantic-release-vsce-1.0.2.tgz#333fe5121f004dddd1d3eccc79ff0d84cc231175"
Expand Down

0 comments on commit 4133b69

Please sign in to comment.