Skip to content

Commit 08a3d1d

Browse files
committed
add release helper
1 parent 49d2b4d commit 08a3d1d

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

Taskfile.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,16 @@ tasks:
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

manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
}

0 commit comments

Comments
 (0)