From 93f0ca3a9db0b52f23affc8bb0b3cd5b23f7dbdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Str=C3=A5th?= Date: Mon, 11 Aug 2014 15:55:53 +0200 Subject: [PATCH] Update MakeRelease.adoc --- doc/MakeRelease.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/MakeRelease.adoc b/doc/MakeRelease.adoc index aa1dab6..6054676 100644 --- a/doc/MakeRelease.adoc +++ b/doc/MakeRelease.adoc @@ -1,11 +1,12 @@ -==Maintainer instructions for making releases== +Maintainer instructions for making releases +=========================================== -===Introduction=== +## Introduction The point of this document is to describe all steps required to make a proper release of the yubikey-personalization project. -===Dependencies=== +## Dependencies Making a release requires the following packages: @@ -15,7 +16,7 @@ which can be installed (under Ubuntu) by running: sudo apt-get install make git gnupg git2cl -===Details=== +## Details * Make sure the doc/ sub-directory uses the latest revision. Confirm with: cd doc && git checkout master && git pull && git diff