|
1 | 1 | { |
2 | 2 | "profiles": { |
3 | | - "Major Version Bump": { |
| 3 | + "Version Bump : Major": { |
| 4 | + "_readme": "will update the 'patch' section of the semantic version (x.0.0)", |
4 | 5 | "commandName": "Project", |
5 | 6 | "commandLineArgs": "git-version-bump --section=\"major\" --projects=\"%PROJECTS%\" --push" |
6 | 7 | }, |
7 | | - "Minor Version Bump": { |
| 8 | + "Version Bump : Minor": { |
| 9 | + "_readme": "will update the 'patch' section of the semantic version (0.x.0)", |
8 | 10 | "commandName": "Project", |
9 | 11 | "commandLineArgs": "git-version-bump --section=\"minor\" --projects=\"%PROJECTS%\" --push" |
10 | 12 | }, |
11 | | - "Patch Version Bump": { |
| 13 | + "Version Bump : Patch": { |
| 14 | + "_readme": "will update the 'patch' section of the semantic version (0.0.x)", |
12 | 15 | "commandName": "Project", |
13 | 16 | "commandLineArgs": "git-version-bump --section=\"patch\" --projects=\"%PROJECTS%\" --push" |
14 | 17 | }, |
15 | | - "Preview Version Bump": { |
| 18 | + "Version Bump : Preview": { |
| 19 | + "_readme": "will update the 'preview' section of the semantic version (0.0.0-preview.x)", |
16 | 20 | "commandName": "Project", |
17 | 21 | "commandLineArgs": "git-version-bump --section=\"preview\" --projects=\"%PROJECTS%\" --push" |
18 | 22 | }, |
19 | | - "Download Icon": { |
| 23 | + "Version Bump : Manual" : { |
| 24 | + "_readme" : "useful for setting a preview for an upcoming version. Will ask for a prompt of the new version string", |
20 | 25 | "commandName": "Project", |
21 | | - "commandLineArgs": "nuget-download-icon --origin=\"https://avatars.githubusercontent.com/u/102103683\" --projects=\"%PROJECTS%\" --root=\"\"" |
| 26 | + "commandLineArgs": "git-version-bump --section=\"manual\" --projects=\"%PROJECTS%\" --push" |
22 | 27 | } |
23 | 28 | } |
24 | 29 | } |
0 commit comments