taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 25525aba63dead6c81891452daf72ca31f43ab72
parent 6bada23476d18f7218e10a8d4ed3db9dab9d4e1c
Author: Sebastian <sebasjm@gmail.com>
Date:   Mon,  9 Jun 2025 14:25:26 -0300

more instructions on how to publish

Diffstat:
MRELEASE.md | 18+++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/RELEASE.md b/RELEASE.md @@ -1,5 +1,9 @@ # GNU Taler Wallet WebExtension +1) Checkout the version on the GIT workspace +2) On the root of the project folder run `make webextension` it MUST complete succefuly +3) Open both stores before starting any submission + ## Firefox Add-On Store https://addons.mozilla.org/en-US/developers/addons @@ -9,6 +13,12 @@ Addon name: taler-wallet The manifest V2 wallet needs to be uploaded. +4) Upload the v2 zipfile. ($ROOT/packages/taler-wallet-webextension/extension/v2/taler-wallet-webextension-<version>.zip) +5) You will be asked if the source is minified, you should answer "yes". +6) You will be asked to upload the source code. Run `make dist` +7) Upload the tar.gz file in the root folder. ($ROOT/taler-wallet-<version>.tar.gz) +8) Complete the changelog. You can review that using `git log <current-version>..<next-version> --pretty=oneline --abbrev-commit --stat -- packages/taler-wallet-webextension/` + ## Google Chrome Web Store https://chrome.google.com/webstore/devconsole @@ -17,11 +27,17 @@ Add-on URL: https://chromewebstore.google.com/detail/gnu-taler-wallet/millncjidd ItemID: millncjiddlpgdmkklmhfadpacifaonc Publisher: taler-developers@googlegroups.com -The manifest V2 wallet needs to be uploaded. +The manifest V3 wallet needs to be uploaded. + The tarball from "make dist" also needs to be uploaded in the second step, as per Mozilla policy on code generators and/or minifiers. +4) Go to Build -> Package. Click on "upload new package" +5) Upload the v3 zipfile. ($ROOT/packages/taler-wallet-webextension/extension/v3/taler-wallet-webextension-<version>.zip) +6) Done + + # iOS App https://apps.apple.com/app/taler-wallet/id6463440117