|
3 | 3 | "Version Bump : Major": { |
4 | 4 | "_readme": "will update the 'patch' section of the semantic version (x.0.0)", |
5 | 5 | "commandName": "Project", |
6 | | - "commandLineArgs": "git-version-bump --section=\"major\" --projects=\"%PROJECTS%\" --push" |
| 6 | + "commandLineArgs": "git-version-bump --section=\"major\" --projects=\"%PROJECTS%\" --push --root=\"..\\..\\\"" |
7 | 7 | }, |
8 | 8 | "Version Bump : Minor": { |
9 | 9 | "_readme": "will update the 'patch' section of the semantic version (0.x.0)", |
10 | 10 | "commandName": "Project", |
11 | | - "commandLineArgs": "git-version-bump --section=\"minor\" --projects=\"%PROJECTS%\" --push" |
| 11 | + "commandLineArgs": "git-version-bump --section=\"minor\" --projects=\"%PROJECTS%\" --push --root=\"..\\..\\\"" |
12 | 12 | }, |
13 | 13 | "Version Bump : Patch": { |
14 | 14 | "_readme": "will update the 'patch' section of the semantic version (0.0.x)", |
15 | 15 | "commandName": "Project", |
16 | | - "commandLineArgs": "git-version-bump --section=\"patch\" --projects=\"%PROJECTS%\" --push" |
| 16 | + "commandLineArgs": "git-version-bump --section=\"patch\" --projects=\"%PROJECTS%\" --push --root=\"..\\..\\\"" |
17 | 17 | }, |
18 | 18 | "Version Bump : Preview": { |
19 | 19 | "_readme": "will update the 'preview' section of the semantic version (0.0.0-preview.x)", |
20 | 20 | "commandName": "Project", |
21 | | - "commandLineArgs": "git-version-bump --section=\"preview\" --projects=\"%PROJECTS%\" --push" |
| 21 | + "commandLineArgs": "git-version-bump --section=\"preview\" --projects=\"%PROJECTS%\" --push --root=\"..\\..\\\"" |
22 | 22 | }, |
23 | 23 | "Version Bump : Manual": { |
24 | 24 | "_readme": "useful for setting a preview for an upcoming version. Will ask for a prompt of the new version string", |
25 | 25 | "commandName": "Project", |
26 | | - "commandLineArgs": "git-version-bump --section=\"manual\" --projects=\"%PROJECTS%\" --push" |
| 26 | + "commandLineArgs": "git-version-bump --section=\"manual\" --projects=\"%PROJECTS%\" --push --root=\"..\\..\\\"" |
27 | 27 | }, |
28 | 28 | "Download Icon": { |
29 | 29 | "_readme": "downloads a png to a specific location to then be used by nuget packages as a built in icon", |
|
0 commit comments