taler-typescript-core

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

commit 5abbc1fff5e7f5deb8bb506b9ccbbf34765934d7
parent 71447b9bf8f4bbfa5d7e398f403d8ea7c0f752d8
Author: Sebastian <sebasjm@gmail.com>
Date:   Mon, 25 Aug 2025 10:35:40 -0300

more comments on release

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

diff --git a/RELEASE.md b/RELEASE.md @@ -6,7 +6,8 @@ 4) You should have a new tag and a clean workspace a) Latest tag can be queried by: 'git tag --list --sort=-version:refname | head -n1' b) Update version names: './contrib/bump-taler-version.mjs 1.0.31' - c) Create the tag: ' + c) Commit changes and then tag with the version (check the v before the number): 'git tag v1.0.31' + d) Push with tags: 'git push --tags' ## Firefox Add-On Store