File tree Expand file tree Collapse file tree 2 files changed +8
-20
lines changed Expand file tree Collapse file tree 2 files changed +8
-20
lines changed Original file line number Diff line number Diff line change
1
+ Update extension release notes
Original file line number Diff line number Diff line change @@ -46,23 +46,10 @@ Verify security headers were updated:
46
46
- Compare to Content-Security-Policy.txt and Permissions-Policy.txt in
47
47
< https://github.com/oasisprotocol/wallet/releases >
48
48
49
- ## TODO: Extension wallet
50
-
51
- - Update version in ` manifest.json `
52
- - Changelog
53
- - Commit
54
- - Make PR and merge
55
- - Git tag
56
- - Build
57
-
58
- ``` sh
59
- VERSION=` cat extension/src/manifest.json | jq .version -r`
60
- COMMIT=` git rev-parse --short HEAD`
61
- yarn install --frozen-lockfile
62
- yarn build:ext
63
- zip -r rose-wallet-$VERSION -$COMMIT .zip build-ext/
64
- ```
65
-
66
- - GitHub pre-release with zip file
67
- - Chrome store
68
- - Update pre-release
49
+ ## Extension wallet
50
+
51
+ - download rose-wallet-ext-* .zip from
52
+ < https://github.com/oasisprotocol/wallet/releases >
53
+ - download
54
+ < https://github.com/oasisprotocol/wallet/tree/master/playwright/screenshots >
55
+ - upload to Chrome Web Store
You can’t perform that action at this time.
0 commit comments