1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-03-06 18:29:19 +01:00

Update MakeRelease.adoc

This commit is contained in:
Henrik Stråth 2014-08-11 15:55:53 +02:00
parent f2a0e4657f
commit 93f0ca3a9d

View File

@ -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 The point of this document is to describe all steps required to make a
proper release of the yubikey-personalization project. proper release of the yubikey-personalization project.
===Dependencies=== ## Dependencies
Making a release requires the following packages: 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 sudo apt-get install make git gnupg git2cl
===Details=== ## Details
* Make sure the doc/ sub-directory uses the latest revision. Confirm with: * Make sure the doc/ sub-directory uses the latest revision. Confirm with:
cd doc && git checkout master && git pull && git diff cd doc && git checkout master && git pull && git diff