Replaced <br> tags with formatting in release guide for consistency. Review: https://reviews.apache.org/r/58103
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/07d97393 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/07d97393 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/07d97393 Branch: refs/heads/master Commit: 07d9739364373913b542cd0d944acc85dfb65e74 Parents: aa3409b Author: Alexander Rukletsov <[email protected]> Authored: Fri Mar 31 12:47:34 2017 +0200 Committer: Alexander Rukletsov <[email protected]> Committed: Fri Mar 31 12:48:25 2017 +0200 ---------------------------------------------------------------------- docs/release-guide.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/07d97393/docs/release-guide.md ---------------------------------------------------------------------- diff --git a/docs/release-guide.md b/docs/release-guide.md index f333d51..fa60728 100644 --- a/docs/release-guide.md +++ b/docs/release-guide.md @@ -14,14 +14,17 @@ This guide describes the process of doing an official release of Mesos. 2. Add your GPG public key to the Apache Mesos dist repository in the KEYS file. - * Fetch the svn repository:<br> - `svn co https://dist.apache.org/repos/dist/release/mesos` + * Fetch the svn repository: - * Append your public key using one of methods described in KEYS, e.g.:<br> - `(gpg --list-sigs <your name> && gpg --armor --export <your name>) >> KEYS`. + $ svn co https://dist.apache.org/repos/dist/release/mesos - * Push the commit:<br> - `svn ci` + * Append your public key using one of methods described in KEYS, e.g.: + + $ (gpg --list-sigs <your name> && gpg --armor --export <your name>) >> KEYS + + * Push the commit: + + $ svn ci 3. Submit your GPG public key to a keyserver, e.g., [MIT PGP Public Key Server](https://pgp.mit.edu). @@ -51,8 +54,9 @@ This guide describes the process of doing an official release of Mesos. </servers> </settings> -6. Use `gpg-agent` to avoid typing your passphrase repeatedly:<br> - `export GPG_TTY="$(tty)" && eval $(gpg-agent --daemon)` +6. Use `gpg-agent` to avoid typing your passphrase repeatedly: + + $ export GPG_TTY="$(tty)" && eval $(gpg-agent --daemon) ## Preparation
