File tree Expand file tree Collapse file tree 2 files changed +21
-8
lines changed
Expand file tree Collapse file tree 2 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 77 build :
88 cmds :
99 - npm run build
10+ release:min :
11+ cmds :
12+ - gt t i min
13+ - task : ' release:upd-manifest'
14+ release:upd-manifest :
15+ vars :
16+ VERSION :
17+ sh : " gt t l -f tag"
18+ cmds :
19+ - echo {{.VERSION}}
20+ - jq '.version = "{{ .VERSION }}"' manifest.json > manifest2.json
21+ - cat manifest2.json > manifest.json
22+ - rm manifest2.json
Original file line number Diff line number Diff line change 11{
2- "id" : " github" ,
3- "name" : " GitHub Integration" ,
4- "version" : " 1.2.1 " ,
5- "minAppVersion" : " 1.8.0" ,
6- "description" : " Import your starred GitHub repositories into notes with metadata" ,
7- "author" : " Kirill Zhuravlev" ,
8- "authorUrl" : " https://github.com/kazhuravlev" ,
9- "isDesktopOnly" : false
2+ "id" : " github" ,
3+ "name" : " GitHub Integration" ,
4+ "version" : " 1.5.0 " ,
5+ "minAppVersion" : " 1.8.0" ,
6+ "description" : " Import your starred GitHub repositories into notes with metadata" ,
7+ "author" : " Kirill Zhuravlev" ,
8+ "authorUrl" : " https://github.com/kazhuravlev" ,
9+ "isDesktopOnly" : false
1010}
You can’t perform that action at this time.
0 commit comments