Skip to content

Commit

Permalink
Merge pull request #2325 from input-output-hk/rvl/doc-tweak
Browse files Browse the repository at this point in the history
Release doc tweaks
  • Loading branch information
KtorZ committed Nov 17, 2020
2 parents 7767f33 + ae530a4 commit 98df45c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
16 changes: 5 additions & 11 deletions .github/RELEASE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,21 @@ Compatible with [`cardano-node@{{CARDANO_NODE_TAG}}`](https://github.com/input-o
basically captures whatever is currently available on the repository at
the moment of releasing. -->

### Cardano (cardano-node)

1. Install [`cardano-node@{{CARDANO_NODE_TAG}}`](https://github.com/input-output-hk/cardano-node/releases/tag/{{CARDANO_NODE_TAG}}).

2. Download the provided `cardano-wallet` for your platform, and uncompress it in a directory that is on your `$PATH`, e.g. `/usr/local/bin`. Or `%PATH%` on Windows.

4. Start `cardano-wallet --help` and see available parameters.
3. Start `cardano-wallet --help` and see available parameters.

#### Docker
### Docker

Pull from DockerHub and verify the version matches {{CABAL_VERSION}}.

```
$ docker pull inputoutput/cardano-wallet:{{CABAL_VERSION}}
$ docker run --rm inputoutput/cardano-wallet:{{CABAL_VERSION}} version
$ docker pull inputoutput/cardano-wallet:{{CABAL_VERSION}}-shelley
$ docker run --rm inputoutput/cardano-wallet:{{CABAL_VERSION}}-shelley version
```

### ITN (jormungandr)

See [cardano-wallet-jormungandr](https://github.com/input-output-hk/cardano-wallet-jormungandr).

## Signatures

<!-- Signatures of people responsible for the release -->
Expand All @@ -59,4 +53,4 @@ Name | Role | Approval
--- | --- | ---:
Matthias Benkort @KtorZ | Technical Team Lead | :hourglass:
Piotr Stachyra @piotr-iohk | QA Engineer | :hourglass:
Tatyana Valkevych @tatyanavych | Release Manager | :hourglass:
Laurence Jenkins @LaurenceIO | Release Manager | :hourglass:
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ See **Installation Instructions** for each available [release](https://github.co
> | [v2020-11-17](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2020-11-17) | [None](https://github.com/input-output-hk/cardano-wallet-jormungandr) | [1.21.1](https://github.com/input-output-hk/cardano-node/releases/tag/1.21.1) | [1.2.0](https://github.com/input-output-hk/smash/releases/tag/1.2.0)
> | [v2020-11-03](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2020-11-03) | [v0.9.0](https://github.com/input-output-hk/jormungandr/releases/tag/v0.9.0) | [1.21.1](https://github.com/input-output-hk/cardano-node/releases/tag/1.21.1) | [1.2.0](https://github.com/input-output-hk/smash/releases/tag/1.2.0)
> | [v2020-10-13](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2020-10-13) | [v0.9.0](https://github.com/input-output-hk/jormungandr/releases/tag/v0.9.0) | [1.21.1](https://github.com/input-output-hk/cardano-node/releases/tag/1.21.1) | [1.2.0](https://github.com/input-output-hk/smash/releases/tag/1.2.0)
> | [v2020-09-30](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2020-09-30) | [v0.9.0](https://github.com/input-output-hk/jormungandr/releases/tag/v0.9.0) | [1.20.0](https://github.com/input-output-hk/cardano-node/releases/tag/1.20.0) | [1.2.0](https://github.com/input-output-hk/smash/releases/tag/1.2.0)
> | [v2020-09-22](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2020-09-22) | [v0.9.0](https://github.com/input-output-hk/jormungandr/releases/tag/v0.9.0) | [1.19.1](https://github.com/input-output-hk/cardano-node/releases/tag/1.19.1) | [1.2.0](https://github.com/input-output-hk/smash/releases/tag/1.2.0)
## How to build from sources

Expand Down

0 comments on commit 98df45c

Please sign in to comment.