[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-typescript-core] branch master updated: more instructions on how
From: |
Admin |
Subject: |
[taler-typescript-core] branch master updated: more instructions on how to publish |
Date: |
Mon, 09 Jun 2025 19:25:34 +0200 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository taler-typescript-core.
The following commit(s) were added to refs/heads/master by this push:
new 25525aba6 more instructions on how to publish
25525aba6 is described below
commit 25525aba63dead6c81891452daf72ca31f43ab72
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Jun 9 14:25:26 2025 -0300
more instructions on how to publish
---
RELEASE.md | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/RELEASE.md b/RELEASE.md
index ee55fb1cf..fb303d8b4 100644
--- 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-typescript-core] branch master updated: more instructions on how to publish,
Admin <=