File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ test-unit file='' name='' timeout='0':
1212
1313prepare version :
1414 git checkout -b " release/v{{ version}} "
15- echo " Updating package.json to {{ v }} ..."
16- jq " .version = \" {{ v }} \" " package.json > package.json.tmp && mv package.json.tmp package.json
15+ echo " Updating package.json to {{ version }} ..."
16+ jq " .version = \" {{ version }} \" " package.json > package.json.tmp && mv package.json.tmp package.json
1717 git add package.json
18- git commit -m " chore: bump version to {{ v }} "
18+ git commit -m " chore: bump version to {{ version }} "
1919 git push origin " release/v{{ version}} "
2020
2121release version :
Original file line number Diff line number Diff line change 33 "publisher" : " char8x" ,
44 "displayName" : " Code Dimmer - Highlight Variables Hide Others" ,
55 "description" : " Highlight the scope and citation locations of variables, reduce the opacity of code blocks unrelated to the variables" ,
6- "version" : " 0.2 .0" ,
6+ "version" : " 0.3 .0" ,
77 "icon" : " images/icon.png" ,
88 "engines" : {
99 "vscode" : " ^1.90.0"
You can’t perform that action at this time.
0 commit comments