diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-09-25 13:35:15 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-09-25 13:35:24 +0200 |
| commit | bae178f3ca787d7d8896b1f880997423bb2af738 (patch) | |
| tree | 33b99a86d0445dc60482f8d8792e0f3ea8267ef7 /doc | |
| parent | Merge #8791: [travis] cross-mac: explicitly enable gui (diff) | |
| parent | Remove old manpages from contrib/debian (diff) | |
| download | discoin-bae178f3ca787d7d8896b1f880997423bb2af738.tar.xz discoin-bae178f3ca787d7d8896b1f880997423bb2af738.zip | |
Merge #8743: Remove old manpages from contrib/debian in favour of doc/man
b194872 Remove old manpages from contrib/debian (fanquake)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-process.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 394b159b3..04d9473c2 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -5,6 +5,8 @@ Before every release candidate: * Update translations (ping wumpus on IRC) see [translation_process.md](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md#synchronising-translations). +* Update manpages, see [gen-manpages.sh](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/README.md#gen-manpagessh). + Before every minor and major release: * Update [bips.md](bips.md) to account for changes since the last release. |