diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-10-11 18:19:59 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-10-11 18:19:59 +0200 |
commit | 91d03a694912fb416cadc23a2fc45d05dda2abb7 (patch) | |
tree | ac3e2ded0f45c1b4099b31a1c6a7c3815d49ee6b /releases.rst | |
parent | 2d161e579a2b6ae0305e340c7db7e7a6fa384882 (diff) | |
download | docs-91d03a694912fb416cadc23a2fc45d05dda2abb7.tar.gz docs-91d03a694912fb416cadc23a2fc45d05dda2abb7.tar.bz2 docs-91d03a694912fb416cadc23a2fc45d05dda2abb7.zip |
polishing merchant's documetation
Diffstat (limited to 'releases.rst')
-rw-r--r-- | releases.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/releases.rst b/releases.rst index 50ac9ee..d0191ba 100644 --- a/releases.rst +++ b/releases.rst @@ -29,20 +29,20 @@ The following components are published on the GNU mirrors * taler-wallet-webex (wallet-webex.git) --------- +------- Tagging ------- Tag releases with an *annotated* commit, like -.. code-block: none +:: git tag -a v0.1.0 -m "Official release v0.1.0" git push origin v0.1.0 ------------------ Database for tests ------------------ +------------------ For tests in the exchange and merchant to run, make sure that a database `talertest` is accessible by `$USER`. Otherwise tests @@ -58,7 +58,7 @@ should be the change of the version. For the exchange test cases to pass, `make install` must be run first. Without it, test cases will fail because plugins can't be located. -.. code-block: +:: ./bootstrap ./configure # add required options for your system @@ -75,7 +75,7 @@ The version of the wallet is in `manifest.json`. The `version_name` should be adjusted, and `version` should be increased independently on every upload to the WebStore. -.. code-block: +:: ./configure make dist @@ -93,7 +93,7 @@ See https://www.gnu.org/prep/maintain/maintain.html#Automated-FTP-Uploads Directive file: -.. code-block: +:: version: 1.2 directory: taler |