Skip to content

Commit 97a5ec3

Browse files
authored
Merge pull request #2177 from oasisprotocol/lw/ext-release-notes
Update extension release notes
2 parents 143f57c + 642e411 commit 97a5ec3

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

.changelog/2177.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update extension release notes

docs/release-process.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,10 @@ Verify security headers were updated:
4646
- Compare to Content-Security-Policy.txt and Permissions-Policy.txt in
4747
<https://github.com/oasisprotocol/wallet/releases>
4848

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

0 commit comments

Comments
 (0)